[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 destination config.
ataylor
do-not-reply at jboss.com
Wed Jan 9 11:22:45 EST 2008
Were you thinking of applying these settings to the actual queue?
Its just when we redeploy the settings , we would have to go through all the created queues and change them.
I was thinking if holding them separately in and provide a way of checking them. Its really inly ServerxxxEndpoint that uses these properties so instead of say
| mDest.getMaxSize()
|
you would use
| queueSettingsRepository.getMaxSize(mDest.getName()).
|
Maybe i should wait until youve checked this code in before i do that, if you leave it as a skeleton i'll implement it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118351#4118351
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118351
More information about the jboss-dev-forums
mailing list