I am currently having problems trying to setting up a (queue) request-reply with JMS.
I have a system that works to send or to receive messages either with a topic or a 
queue,
but I can't manadge to have a correct request reply working.

First, after creating a temporaryQueue, i have to bind it myself in the jndi context 
for the destination client to be able to locate it.
Then, when the destination client tries to send a message to the temporary topic,
i get an exception saying that it is impossible to publish 
a persistant message on a temporary topic also the NON_PERSISTANT flag is set in the 
message.

All comments or pointers to tutorials are welcome 
(also I didn't found any solution in Oreilly's book JAVA message service.)
  
Many thanks.

Benoit.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to