RE: How to intercept the incoming data to ACtiveMQ from Client

2017-11-24 Thread Tim Bain
er 24, 2017 1:15 AM > To: ActiveMQ Users > Subject: Re: How to intercept the incoming data to ACtiveMQ from Client > > Have you reviewed the information at > http://activemq.apache.org/interceptors.html? BrokerFilter.send() seems > like what you're looking for. > > Tim

RE: How to intercept the incoming data to ACtiveMQ from Client

2017-11-23 Thread Gupta Bharat
.com -Original Message- From: tbai...@gmail.com [mailto:tbai...@gmail.com] On Behalf Of Tim Bain Sent: Friday, November 24, 2017 1:15 AM To: ActiveMQ Users Subject: Re: How to intercept the incoming data to ACtiveMQ from Client Have you reviewed the information at http://activemq.apache

Re: How to intercept the incoming data to ACtiveMQ from Client

2017-11-23 Thread Tim Bain
Have you reviewed the information at http://activemq.apache.org/interceptors.html? BrokerFilter.send() seems like what you're looking for. Tim On Nov 23, 2017 9:31 AM, "Gupta Bharat" wrote: > Hello, > > Could you please help me with the below mentioned requirements? > > I am new to ActiveMQ and

How to intercept the incoming data to ACtiveMQ from Client

2017-11-23 Thread Gupta Bharat
Hello, Could you please help me with the below mentioned requirements? I am new to ActiveMQ and need to explore more on this. What: Need to intercept the incoming data to ActiveMQ and save it in an object or a variable. Why: Data coming from client need to be intercepted and pass through a cu