Re: Amazon MQ

2017-11-28 Thread Justin Bertram
I saw that announcement as well and was a bit puzzled by the lack of any involvement by Amazon in the community (at least that I could tell). That is, of course, their prerogative. Since it's so unclear at this point how this potentially new user-base might impact the community I don't see how it

Re: Amazon MQ

2017-11-28 Thread Clebert Suconic
> This may complicate or > delay the eventual sunsetting of 5.x in favor of Artemis; there may be > interest in keeping 5.x alive for longer as a result of its use in this > service. no one ever had the intention to discontinue 5.x... (or sunsetting like you said). Look for instance at tomcat.. t

Amazon MQ

2017-11-28 Thread Tim Bain
Amazon announced today a service called Amazon MQ that allows ActiveMQ 5.x to be run as a managed service in AWS: https://aws.amazon.com/blogs/aws/amazon-mq-managed-message-broker-service-for-activemq/ Was anyone on this list aware of that effort prior to this announcement? We should all be aware

RE: ActiveMQ custom plugin

2017-11-28 Thread Tim Bain
On Nov 28, 2017 8:37 AM, "Gupta Bharat" wrote: Hello Tim, Thank you for your help. :) I have used below method to fetch that text from message when client publish on topic and it works. public void send(ProducerBrokerExchange producerExchange, Message messageSend) throws Exception { byte[] msg

RE: ActiveMQ custom plugin

2017-11-28 Thread Gupta Bharat
Hello Tim, Thank you for your help. :) I have used below method to fetch that text from message when client publish on topic and it works. public void send(ProducerBrokerExchange producerExchange, Message messageSend) throws Exception { byte[] msg = ((ActiveMQMessage) messageSend).getContent(