[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Why ServerSessionImpl::doHandleCreateQueue is not callin

timfox do-not-reply at jboss.com
Fri Nov 14 12:20:03 EST 2008


The post office maintains a set of queues bound to an address, the post office also maintains a set of "allowable destinations" (see the code).

If postoffice.checkallowable = true then the post office will only allow messsages to be routed to allowable destinations.

In other words it's a way of restricting the set of addresses to which you are allowed to route.

This is useful for JMS, since JMS prohibits routing to addresses (JMS queues or topics) which "do not exist".

Without such an address we wouldn't have any way of determining if such an address exists.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189463#4189463

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189463



More information about the jboss-dev-forums mailing list