Hi Justin, thanks for the response!
My current solution is to mark the messages at the publisher side as "for
app 1", "for app 2" etc, which kinda defeats the purpose of the publisher
being agnostic to subscribers.
Perhaps there's another way?
Thanks again,
Adi
--
Sent from: http://activemq.228
In Artemis when a JMS consumer creates a subscription on a topic it creates
a queue on the broker. If the subscription has a selector then the queue
on the broker is created with a corresponding "filter". The filter on a
queue is immutable so there's no way to change the subscription's
selector.
Hi, I'm using Artemis 2.3 via JMS.
I have a durable shared subscription to a topic, with some selector
(filter). I would like to change the selector at runtime without
re-subscribing.
I've found some forum threads regarding ActiveMQ (not artemis) that suggest
it is possible using jmx:
http://activ
On 09/11/2007, mrh <[EMAIL PROTECTED]> wrote:
>
> Is it possible to modify selectors after the listener has been started,
> without closing and restarting the consumer?
Only via JMX on the broker. Failing that stop and start the consumer.
If you are using queues it doesn't make any difference; its
Is it possible to modify selectors after the listener has been started,
without closing and restarting the consumer?
Thanks,
mrh
--
View this message in context:
http://www.nabble.com/Selector-Modification-tf4778084s2354.html#a13668366
Sent from the ActiveMQ - User mailing list archive at