gertvangaever
Technical User
Hello,
I'm performing some tests to send messages back & forth to 2 queue managers.
I'm using win2k & mq 5.2
I have QMGR1 on SERVER1 and QMGR2 on SERVER2
on QMGR1: QMGR2.SEND.QUEUE = remote q to server2
on QMGR2: QMGR1.SEND.QUEUE = remote q to server1
on server1:
amqsput QMGR2.SEND.QUEUE
'test message'
when I look at the channel, it comes 'retrying'
When I look at the error log, It seems to be a problem with the sequence number. 'A message with sequence number 2 was sent, and a message with seq. nbr 1 was expected'
Could the following be the reason for this:
I deleted & recreated the channels & receive.queue & transmission queue on QMGR1!!
Gert
I'm performing some tests to send messages back & forth to 2 queue managers.
I'm using win2k & mq 5.2
I have QMGR1 on SERVER1 and QMGR2 on SERVER2
on QMGR1: QMGR2.SEND.QUEUE = remote q to server2
on QMGR2: QMGR1.SEND.QUEUE = remote q to server1
on server1:
amqsput QMGR2.SEND.QUEUE
'test message'
when I look at the channel, it comes 'retrying'
When I look at the error log, It seems to be a problem with the sequence number. 'A message with sequence number 2 was sent, and a message with seq. nbr 1 was expected'
Could the following be the reason for this:
I deleted & recreated the channels & receive.queue & transmission queue on QMGR1!!
Gert