Re: Patch to disable all Queues

2011-06-15 Thread Jeremy Levy
Thanks Gary. See https://issues.apache.org/jira/browse/AMQ-3368 On Fri, Jun 3, 2011 at 6:44 PM, Gary Tully wrote: > Think so, it has low impact and gives you value, so go ahead. > On 3 Jun 2011 20:22, "Jeremy Levy" wrote: > > Is this useful enough for me to submit a JIRA ticket with the patch?

Re: Patch to disable all Queues

2011-06-03 Thread Gary Tully
Think so, it has low impact and gives you value, so go ahead. On 3 Jun 2011 20:22, "Jeremy Levy" wrote: > Is this useful enough for me to submit a JIRA ticket with the patch? > > On Wed, Jun 1, 2011 at 1:25 PM, Jeremy Levy wrote: > >> Gary- >> >> Right, exclusive consumer won't work as I still wa

Re: Patch to disable all Queues

2011-06-03 Thread Jeremy Levy
Is this useful enough for me to submit a JIRA ticket with the patch? On Wed, Jun 1, 2011 at 1:25 PM, Jeremy Levy wrote: > Gary- > > Right, exclusive consumer won't work as I still want to have multiple > consumers. > > I don't have a requirement to start these consumers after the container is >

Re: Patch to disable all Queues

2011-06-01 Thread Jeremy Levy
Gary- Right, exclusive consumer won't work as I still want to have multiple consumers. I don't have a requirement to start these consumers after the container is started, you would have to change the system property and redeploy your app or restart your container. I'm not that familiar with usin

Re: Patch to disable all Queues

2011-06-01 Thread Gary Tully
interesting, I guess the "exclusive consumer" feature won't cut it as you are limited to a single consumer. How do those consumers eventually get activated, is a restart of the container without the property? Would it make sense to have the property settable via jmx, so an mbean on the resource a

Re: Patch to disable all Queues

2011-06-01 Thread Jeremy Levy
Slightly updated patch, had a typo. On Wed, Jun 1, 2011 at 9:51 AM, Jeremy Levy wrote: > We currently deploy our ActiveMQ enabled Message Driven Beans along with > our larger application inside of an EAR file. This ear file is then > deployed across multiple application servers. However we onl

Patch to disable all Queues

2011-06-01 Thread Jeremy Levy
We currently deploy our ActiveMQ enabled Message Driven Beans along with our larger application inside of an EAR file. This ear file is then deployed across multiple application servers. However we only wanted consumers to be active on certain dedicated servers. I wasn't able to find a solution