maheshwarirohit87 / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Can't access queue from other user #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If one user has been granted access to a queue from another user, there is
currently no way to supply the the full queue designator and access that
queue. (i.e. /A928B2389E/grantedQueue)

Original issue reported on code.google.com by dkavan...@gmail.com on 26 Jul 2007 at 12:05

GoogleCodeExporter commented 9 years ago
I've changed the constructor for MessageQueue and the
QueueService.getOrCreateMessageQueue() method to handle the user passing in a 
fully
qualified queue name, which can reference the queue of another user.

Original comment by dkavan...@gmail.com on 16 Aug 2007 at 9:35