Re: Publish JMX Metrics on Topics

2015-11-06 Thread Jean-Baptiste Onofré
Hi Raffi, I don't think we have such feature directly in ActiveMQ. However, you can implement this easily: - using Camel - using Decanter (and the JMS appender) Regards JB On 11/06/2015 11:36 PM, Basmajian, Raffi wrote: Is there anything in ActiveMQ that can auto publish JMX metrics to topics

Publish JMX Metrics on Topics

2015-11-06 Thread Basmajian, Raffi
Is there anything in ActiveMQ that can auto publish JMX metrics to topics, perhaps named after the Mbean/attribute itself? We want to build a simple web console that receives only a few JMX metrics, but we don't want to poll, would rather push metrics over ws/stomp. Raffi This e-mail transmissi

[ANNOUNCE] CVE-2014-3576 - Apache ActiveMQ vulnerabilities

2015-11-06 Thread Timothy Bish
There following security vulnerability was reported against Apache ActiveMQ 5.10.0 and older versions. Please check the following document and see if you’re affected by the issue. http://activemq.apache.org/security-advisories.data/CVE-2014-3576-announcement.txt Apache ActiveMQ 5.11.0 and newer

Re: CMS cannot receive the file content from JMS create BlobMessage contains file content

2015-11-06 Thread Timothy Bish
On 11/06/2015 01:45 AM, MathxH wrote: > System Enviroment: > > 1.ActiveMQ broker version is 5.9.1 > 2.CMS version is 3.9.0 ---this version support BlobMessage > 3.JMS version is 1.1 > > > 4. (1)java version is 1.8.0_40 > (2)java TM SE rumtime enviroment (build 1.8.0_40-b26) >

CMS cannot receive the file content from JMS create BlobMessage contains file content

2015-11-06 Thread MathxH
System Enviroment: 1.ActiveMQ broker version is 5.9.1 2.CMS version is 3.9.0 ---this version support BlobMessage 3.JMS version is 1.1 4. (1)java version is 1.8.0_40 (2)java TM SE rumtime enviroment (build 1.8.0_40-b26) (3)java HotSpot b4-bit server VM (build 25.40-b25,mi

Re: How enable ActiveMQ persistence?

2015-11-06 Thread Tim Bain
Is your message sent with the persistent flag on the message set to true? A persistence store is only going to store the persistent messages, but the non-persistent ones are stored in memory and are lost on restart. On Nov 5, 2015 9:04 AM, "Hayate" wrote: > I want save not consumed messages after

Re: how to use the redeliveryPolicy correctly

2015-11-06 Thread Tim Bain
You could use the broker redelivery plugin described at the bottom of http://activemq.apache.org/message-redelivery-and-dlq-handling.html. On Nov 5, 2015 8:59 AM, "xiaoliuliu2050" <1287567...@qq.com> wrote: > now I configure my program like this: > > > > > > >

Re: CMS cannot receive the file content from JMS create BlobMessage contains file content

2015-11-06 Thread Timothy Bish
On 11/06/2015 02:09 AM, MathxH wrote: > > System Enviroment: > > 1.ActiveMQ broker version is 5.9.1 > 2.CMS version is 3.9.0 ---this version support BlobMessage > 3.JMS version is 1.1 > > > 4. (1)java version is 1.8.0_40 > (2)java TM SE rumtime enviroment (build 1.8.0_40-b