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

2017-11-23 Thread Gupta Bharat
BrokerFilter.send() will send the data what I am looking for is to receive data from Client and store it in variable so as to pass to my custom plugin. Regards, Bharat Gupta Development & Support | Platform Technician, IXCB | Scania IT Mobile: +46700869007, +91-9718483802 bharat.gu...@scania.com

Re: ActiveMQ losing durable topic messages when JournalledJDBCPersistence enabled

2017-11-23 Thread Tim Bain
Sounds good. If you hit that breakpoint, it's definitely a bug and it would be great if you could submit a bug in JIRA for it. If not, it's probably still a bug, but we may need to do a little more investigating to characterize it more precisely. Tim On Nov 23, 2017 5:12 PM, "jasons" wrote: > T

Re: ActiveMQ losing durable topic messages when JournalledJDBCPersistence enabled

2017-11-23 Thread jasons
Tim, thanks for getting backwill do as you suggested and report back soon. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Lost messages.

2017-11-23 Thread Tim Bain
On Nov 22, 2017 10:43 PM, "dfco21" wrote: Exact. The consumer which had the 2 messages is the one which is supposed to get the 5 messages. It's a consumer-broker created by another cloud service supposed to consume the 5 messages sent. OK, so the consumer you're looking at is another broker, no

Re: [DISCUSS] Confusion surrounding the ActiveMQ project roadmap

2017-11-23 Thread Gary Tully
I think ActiveMQ needs a roadmap for sure and I think Artemis is the future for a bunch of technical reasons. Without a clear direction going forward we will loose adoption because I don't know anyone who likes making a choice. If you are an existing ActiveMQ user there should be a clear path for

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

Re: Re-ordering of messages - Artemis

2017-11-23 Thread alisu
Thanks Justin, got my routes now running inside Artemis server. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [Artemis] Detect slow consumers stop being slow

2017-11-23 Thread Art Licis
Thanks for the clarification. I'll do the necessary research and, hopefully, come up with a proposal as a PR. - Art On Thu, Nov 23, 2017 at 5:18 PM, Justin Bertram wrote: > The core management API is exposed over JMX so they're essentially exactly > the same. As far as I know the documentation

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

Re: [Artemis] Detect slow consumers stop being slow

2017-11-23 Thread Justin Bertram
The core management API is exposed over JMX so they're essentially exactly the same. As far as I know the documentation for the slow-consumer detection is up to date (which only describes the notification I believe). Feel free to send a pull-request for a per-consumer attribute, etc. There is an

Re: Truststore on the fly

2017-11-23 Thread MillieretXavier
I did a mistake on my question, it's not the trusstore but my keystore with my certificate chain -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Truststore on the fly

2017-11-23 Thread MillieretXavier
Hi all, ActiveMq 5.12.3 Karaf 3.0.7 A question about truststore in activeMq. In my application I add some certificate (amqp client) on the fly inside activemq truststore. I saw activemq take into account certificates from trusstore at the startup, but not refresh, I must restart karaf (or the serv