Hello,
I seem to be having a problem with temporary queues in swift:
I have a service listening on a Permanent Queue ("LoginQueue"), which
receives messages from my client which include a TemporaryQueue which get
accessed by the Message.getJMSReplyTo() (which I cast into a Queue). I can
see that the queue is received correctly on my server, but when I try to
respond on the temp queue, the server seems to send the message correctly
but the client that created the queue just hangs when it enters
queueReceiver.receive(5);
The queueReceiver is created via: queueSession.createReceiver(tempQ);
Is there anything else I should be doing/should know?
I'm still pretty new to JMS and would appreciate any help anyone could give
me.
Thanks,
Jonathan
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/