AW: JMS and ReplyTo Function

2004-03-31 Thread Waldenburger, Barbara
and ReplyTo Function I do not know JMS but our developers are trying to use the ReplyToQueue and ReplyToQueueManager feature. I can explain how it is supposed to work using the procedural terminology. The program does a MQOpen using the reply to queue and queue manager and MQSeries figures out it

Re: JMS and ReplyTo Function

2004-03-30 Thread Ron Bower
I found the following fragment in mqjmssrv.java: Destination des = msg.getJMSReplyTo(); String desQueueName = ((Queue)des).getQueueName(); System.out.println(" server replyToQ: " + desQueueName); Queue desQueue = session.createQueue(desQueueName); QueueSender qSender = session.createSender(desQue

Re: JMS and ReplyTo Function

2004-03-30 Thread WR
At 09:58 AM 3/30/2004, Jeff A Tressler wrote: I do not know JMS but our developers are trying to use the ReplyToQueue and ReplyToQueueManager feature. I can explain how it is supposed to work using the procedural terminology. The program does a MQOpen using the reply to queue and queue manager and

Re: JMS and ReplyTo Function

2004-03-30 Thread Lawrence Coombs
cc: Sent by: MQSeriesSubject: JMS and ReplyTo Function List <[EMAIL PROTECTED] n.AC.AT> 03/30/2004 11:58 AM Please respond to

JMS and ReplyTo Function

2004-03-30 Thread Jeff A Tressler
I do not know JMS but our developers are trying to use the ReplyToQueue and ReplyToQueueManager feature. I can explain how it is supposed to work using the procedural terminology. The program does a MQOpen using the reply to queue and queue manager and MQSeries figures out it need to open and gene