This content has been marked as final.
Show 1 reply
-
1. Re: Server-side message filter
jbertram Oct 23, 2015 9:17 AM (in response to claudio.dangelo)Couple of things...
- If you're starting a new project then I would recommend looking at the Apache ActiveMQ Artemis project. The HornetQ code-base was donated to Apache ActiveMQ about a year ago and has developed into the Apache ActiveMQ Artemis broker. No further development will be happening on HornetQ.
- There are incoming and outgoing interceptors and each are configured independently of each other. Read more on this in the documentation.
- There are built-in notification messages that can alert you to a consumer being created and/or closed. That should cover most of what you need when a client subscribes/unsubscribes or is disconnected. Read more on this in the documentation.