As I said in your other thread, you would do that by implementing code in
the send() method of your subclass of BrokerFilter, which you would create
and return in your installPlugin() method.

Tim

On Nov 24, 2017 3:51 AM, "Gupta Bharat" <bharat.gu...@scania.com> wrote:

Hello,

I have a scenario as follows:


1.       I have Custom Plugins that decrypts the data and validates it.

2.       I am getting Encrypted data (token) from user that need to be
decrypted on custom plugin.

3.       Client is accessing the broker using mqtt protocol

Need Solution for the following:

1.       Before getting data onto topic on ACtiveMQ broker I need to
validate the  data(token) in my custom plugin

2.       How to extract a data what customer is sending? So that I can
extract the data, decrypt the message and validate.


Implementation so far:

1.       Custom Plugin is ready and JAR has been added in <ActiveMQ>/libs

2.       Added the plugin configuration in activemq.xml


Could anyone help me with a solution for the same as it's critical case.

Thank you In Advance

Regards,
Bharat Gupta
Development & Support | Platform Technician, IXCB | Scania IT
Mobile: +46700869007, +91-9718483802
bharat.gu...@scania.com<mailto:bharat.gu...@scania.com>

Reply via email to