You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Vince Cole <th...@gmail.com> on 2017/05/10 10:38:40 UTC

Virtual Destination fowarding with Selectors in ActiveMQ 5.14

I have got it working very nicely as per
http://activemq.apache.org/virtual-destinations.html

Question: When a message is sent, which doesn't match any of the selectors,
it is dropped - but this isn't logged.
 
- What, if any config tweaks can be made, to log it?
- Or does this require a new plugin?

Thanks



--
View this message in context: http://activemq.2283324.n4.nabble.com/Virtual-Destination-fowarding-with-Selectors-in-ActiveMQ-5-14-tp4725878.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Virtual Destination fowarding with Selectors in ActiveMQ 5.14

Posted by Gary Tully <ga...@gmail.com>.
that would require a different plugin.
one thought, you could have a wildcard consumer of sorts that would cause a
match (if it is possible to exclude all other know selector properties) and
the selector cache plugin would keep that chap alive. In that way these
messages could get trapped in a destination of your choice.

but the simplest approach would be a custom plugin.


On Wed, 10 May 2017 at 11:51 Vince Cole <th...@gmail.com> wrote:

> I have got it working very nicely as per
> http://activemq.apache.org/virtual-destinations.html
>
> Question: When a message is sent, which doesn't match any of the selectors,
> it is dropped - but this isn't logged.
>
> - What, if any config tweaks can be made, to log it?
> - Or does this require a new plugin?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Virtual-Destination-fowarding-with-Selectors-in-ActiveMQ-5-14-tp4725878.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>