Suppose we have user joe and he wants to send a message to some destination and receive a
reply. So he does createConnection("joe", "joespassword") and then
creates a temporary queue and sends a message to some queue with JMSReplyTo set to the
temporary queue.
In the ideal world, I would probably want to configure the temporary queue so that only
the intended recipient can write to it and only joe can read from it.
But what if then we have user jane trying to send a message of her own to some destination
totally unrelated to that of joe's, and she wants to use a temporary queue as well?
How would we configure temporary queue permissions to be adequate for both cases if both
users are to use the same connection factory?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055592#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...