Thursday, May 19, 2011

solution:
When a client connect, server create a temporary queue for the client.
When the client disconnect, the temporary queue will be deleted.

JMS book page 260 :
While any client may send messages on another client’s temporary queue, only the sessions that are associated with the JMS client connection that created the temporary queue may receive messages from it.

1002

No comments:

Post a Comment