Posted: Fri Jun 07, 2002 5:01 pm Post subject: Dynamic Queues
Acolyte
Joined: 02 Apr 2002 Posts: 52
My functionality is as follows:
I create a dynamic Queue using JMS on my solaris machine and send it to a remote windows machine. The remote machine uses MQ Base Java. Now the remote NT machine in turn creates a Dynamic Queue and sends a message back to my solaris machine, after this my solaris machine (Running JMS) replies to this Dynamic Queue sent by the remote system. The problem I'm facing is when I reply on the Dynamic Queue sent by the remote system, it gets a message like this.
MESSAGE RECIEVED ****** =====> RFH ☻ ╕ ☺◄ ♦╕MQSTR ♦╕ <mcd><Msd
>jms_text</Msd></mcd> l<jms><Dst>queue://my.queue.manager/AMQ.3CE149060
1C89012</Dst><Tms>1023498312394</Tms><Dlv>1</Dlv></jms>Message from solaris
I know that we have to set the Target Client to JMSC.CLIENT_NONJMS_MQ. My Question is can I set this on the dynamic Queue sent by windows? If so why am i seeing this message? Thank you all, I'm struglling with this.
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
My first guess would be to set the MQMD.ReplyToQ to the name of the queue created by the non-JMS application. On receipt of this response message, I am thinking that the JMSReplyTo property will be associated with the non-JMS MQSeries queue.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum