Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Clebert Suconic
Ok. Fair enough. On Wed, Sep 5, 2018 at 7:26 PM Justin Bertram wrote: > We already have that "problem" with other kinds of XML updates to queues. > By default queues will never be deleted because of config updates. Users > will have to set FORCE to > enabled such behavior. > > > Justin > > On

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Justin Bertram
We already have that "problem" with other kinds of XML updates to queues. By default queues will never be deleted because of config updates. Users will have to set FORCE to enabled such behavior. Justin On Wed, Sep 5, 2018 at 5:52 PM, Clebert Suconic wrote: > Future me is already concerned ab

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Clebert Suconic
Future me is already concerned about users asking what happened to their messages when they updated the XML. That’s all. On Wed, Sep 5, 2018 at 6:38 PM Justin Bertram wrote: > This will work in conjunction with address-setting > just like the other changes which require the queue to be deleted

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Justin Bertram
This will work in conjunction with address-setting just like the other changes which require the queue to be deleted and re-created. Justin On Wed, Sep 5, 2018 at 5:31 PM, Clebert Suconic wrote: > Are we sure we want to do this? The bindings of the journal contains > the filter. In theory yo

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Clebert Suconic
Are we sure we want to do this? The bindings of the journal contains the filter. In theory you should remove the queue and re-add it. On Wed, Sep 5, 2018 at 6:30 PM Justin Bertram wrote: > > I've already opened a JIRA for this [1]. Will send a PR shortly. > > > Justin > > [1] https://issues.ap

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Justin Bertram
I've already opened a JIRA for this [1]. Will send a PR shortly. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-2076 On Wed, Sep 5, 2018 at 4:27 PM, michael.andre.pearce < michael.andre.pea...@me.com.invalid> wrote: > Quite a bit of the queue config is updateable. Whilst this config

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread michael.andre.pearce
Quite a bit of the queue config is updateable. Whilst this config currently is not i see no reason why it couldnt be if you wanted to contribute the support for it to be.  Obviously the caveat would be any message already routed would not be affected, only new ones. Sent from my Samsung Galaxy

Re: Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread Clebert Suconic
The Filter is not changed on the queue... Especially that those filters will select messages before they enter the queue. You would need to delete and recreate the queue, so new messages are placed properly. On Wed, Sep 5, 2018 at 8:14 AM z94joma wrote: > > A question about Filtering in ActiveM

Problem with temp-queues

2018-09-05 Thread Marcin Giedz
Hi all, can someone pls help me understanding what does this log mean: 2018-09-05 16:32:13,658 | INFO | temp-queue://ID:abcd-44529-1536147286697-0:0:3913 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@6fc1988a | org.apache.activemq.

Filtering in ActiveMQ Artemis. Reload of config in a cluster

2018-09-05 Thread z94joma
A question about Filtering in ActiveMQ Artemis. If I have a queue named MyQueue.IN and a filter only accepting a certain JMS Headers. Let's say ORDER. In Broker.xml under the tag 5000 MyQueue.IN true As I read the manual, changing the Broker.xml