lookman
New User

Joined: 15 Sep 2005 Posts: 1
|
|
|
|
Hi,
I am doing remote queuing for which I have defined two queue managers QM1 and QM2.
On QM1 I have defined a local queue Q1
On QM2 I have defined a remote queue R2 which is configured to point to Q1 on QM1
On QM2 I have defined a transmission q T2 to hold the messages
Now suppose the channels and connections defined on both the queue managers are not running and if I send messages on R2 (further to be sent to Q1) the messages won?t reach Q1 instead they will reside on T2.
I am using java code to put messages on the queue, the messages are successfully put on transmission queue but not on Q1(Since channels are not running), but the program does not throw any exception.
Regards,
lucky. |
|