REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that our Apache EU Roadshow in Berlin is less than two weeks away and we need your help to spread the word. Please let your work colleagues, friends and anyone interested in any attending know about our Apache EU Roadshow event. We h

Re: Artemis 2.5.0: Libaio installed, but still see " AIO was not located on this platform"

2018-05-31 Thread rbollarapu
Got this working by building the entire project after recompiling artemis-native and then create a broker. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Max property/header size?

2018-05-31 Thread Jarmo Sorvari
Hi! Using AMQ 5.15.2. Sometimes, when browsing a queue (/admin/browse.jsp) with the AMQ web console, the "Message ID" column gets mangled if that message has a custom property with a "long" string (of the order 1K) as its value. Some contents of that property "overflows" as part of the Messag

Re: Delete me of mailing liste

2018-05-31 Thread Tom Hall
You can remove yourself by emailing users-unsubscr...@activemq.apache.org There are multiple lists, so you want to make sure you have unsubscribed, to everything you are currently subscribed to. dev-unsubscr...@activemq.apache.org

RE: Delete me of mailing liste

2018-05-31 Thread Eric.LENS
Delete me also from the list pse. -Original Message- From: Loic Le Meur [mailto:loiclemeur...@gmail.com] Sent: Thursday, May 31, 2018 3:06 PM To: users@activemq.apache.org Subject: Re: Delete me of mailing liste I have tried several times but I continue to receive emails . So how do we d

Re: Delete me of mailing liste

2018-05-31 Thread Loic Le Meur
I have tried several times but I continue to receive emails . So how do we do it? 2018-05-30 23:51 GMT+02:00 Tim Bain : > No, but you can unsubscribe yourself. See > http://activemq.apache.org/mailing-lists.html for details. > > Tim > > On Wed, May 30, 2018, 7:35 AM Loic Le Meur > wrote: > > > H

Re: How to simulate slow consumer?

2018-05-31 Thread Jiri Daněk
Hi Xiao, you do not provide enough context to figure what may be wrong. >From what I've seen handleMessage(String) is a handler in Spring Boot? Is it possible this method is running concurrently for every message you receive, each instance in a separate thread, and therefore it seems as if no slee

Re: OSGI howto install client without install broker ?

2018-05-31 Thread Jean-Baptiste Onofré
Hi Did you add activemq features repository and installed activemq-client feature before activemq-camel feature ? Regards JB Le 31 mai 2018 à 09:07, à 09:07, sekaijin a écrit: >Hi, > >I'm running servicemix 7.0.1 (AMQ 5.14.5) >I'm using an external AMQ broker. > >I want install camel-activemq

OSGI howto install client without install broker ?

2018-05-31 Thread sekaijin
Hi, I'm running servicemix 7.0.1 (AMQ 5.14.5) I'm using an external AMQ broker. I want install camel-activemq client only. to send and recieve messages. but when I install camel-activemq, a broker named amq-brocker is installed and started in my karaf. howto install client only ? I have 10 servi