[jboss-dev-forums] [Design of Management Features on JBoss] - Re: JBAS-6689 add support for activation policy metadata on
ips
do-not-reply at jboss.com
Fri Mar 27 18:33:54 EDT 2009
anonymous wrote : Further if I'm not changing PageSize, FullSize and DownCacheSize properties, but one of the properties which can be updated fine while the destination is running, then I should clearly not get any sort of warning or failure.
To prevent the warnings from being logged by JBM, the Profile Service could do the following when updating the underlying Queue:
if (queueService.getPageSize() != pageSizeManagedPropertyValue)
| queueService.setPageSize(pageSizeManagedPropertyValue);
|
rather than just:
queueService.setPageSize(pageSizeManagedPropertyValue);
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221701#4221701
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221701
More information about the jboss-dev-forums
mailing list