[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Permissions on temporary destinations (JBMESSAGING-994)
sergeypk
do-not-reply at jboss.com
Tue Jun 19 08:40:12 EDT 2007
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#4055592
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055592
More information about the jboss-dev-forums
mailing list