[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Why ServerSessionImpl::doHandleCreateQueue is not callin
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu Nov 20 09:56:20 EST 2008
I need to get a list of valid Addresses in order to start the PageStores.
I was expecting Queues to be listed on the destinations, but they weren't.
So, to get a list of Addresses, I needed:
to interact over Destinations.
Then interact over Bindings to find the core-queues that didn't have Destination.
Then I had the list of valid queues.
That's why I actually started this thread.. I needed to go over all the bindings to extra a list of valid addresses.
IMO the CoreQueue should aways have a destination like the JMS queues. Then I would just need to interact with Destinations.
If we conclude this is the way it should be, I will just remove the TODO and leave the code as it is.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190916#4190916
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190916
More information about the jboss-dev-forums
mailing list