RE: [ANNOUNCE] Apache Artemis 1.5.1 Released

2016-12-13 Thread Tim Bain
http://activemq.apache.org/mailing-lists.html On Dec 13, 2016 7:46 AM, "Jstaceyss" wrote: > maryb1...@hotmail.com stop > > > Sent from my Sprint Samsung Galaxy S7. > Original message From: "clebertsuconic [via ActiveMQ]" < > ml-node+s2283324n4720203...@n4.nabble.com> Date: 12/1

Re: Problem with setting JMSCorrelationID in ActiveMQ 5.14.1 with java Qpid client.

2016-12-13 Thread Robbie Gemmell
What client version are you using? What are you setting as the ID? Earlier client versions did trim the "ID:" and used an AMQP message-annotation to record its presence for other JMS peers, such that non-JMS AMQP peers didn't need to deal with the whole "ID:" situation in message-id or correlation

Re: Network of Brokers - Connected but messages are not received on second broker

2016-12-13 Thread rockies
Thank you Tim !, I do see that both brokers work as independent entities. But I can't tell which client on either broker processed these messages. When one broker, say broker 1 comes down or is stopped for upgrades, are the messages available on broker 2 also? Right now when a producer sends messa

Problem with setting JMSCorrelationID in ActiveMQ 5.14.1 with java Qpid client.

2016-12-13 Thread Patrick Vansevenant
When the JMSCorrelationID starts with 'ID:' then 'ID:' is trimmed when setting the JMSCorrelationID with a java Qpid client. For me it is unexpected behavior but does anyone know the reason for that ? Patrick -- DISCLAIMER http://www.tvh.com/glob/en/email-disclaimer "This message i

Re: Couple of questions regarding Apache Artemis

2016-12-13 Thread Clebert Suconic
There was a few changes on this last version (1.5.1), that will in special speed up activation. you can also use the network-health-detection to determine when a broker needs to shut down to avoid split brains: http://activemq.apache.org/artemis/docs/1.5.1/network-isolation.html Regarding the u

Re: Persist messages in MySQL as text instead of blob

2016-12-13 Thread Matt Pavlovich
+1 On 12/13/16 9:41 AM, mlange wrote: Why would you want this? What should happen to various types of encoding? Is everything UTF-8? Or ISO-8859-15 ...? Is your database configured according to what _all_ messages will have as their codepage? Apart from having a database being discouraged, cha

Re: how to configure a competing consumers Queue

2016-12-13 Thread Steve
Thanks I will try that. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-configure-a-competing-consumers-Queue-tp4720115p4720277.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: cameRoutesBrokerPlugin namespace question

2016-12-13 Thread mtod
I noticed you said "next Camel 2.18.x" so does that mean it's not in the current 2.18.1? Any idea when that will be out? Thanks Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/cameRoutesBrokerPlugin-namespace-question-tp4720237p4720271.html Sent from the ActiveMQ

Re: cameRoutesBrokerPlugin namespace question

2016-12-13 Thread mtod
Thanks for that info. Do you have an example? I tried Camel 2.18.1 *Activemq.log* jvm 1| INFO | Apache Camel 2.18.1 (CamelContext: EmbeddedCamel-localhost) started in 0.166 seconds *My routes file:* http://camel.apache.org/schema/spring"; xmlns:km="http://xsdrepo..com/messagin

Re: Persist messages in MySQL as text instead of blob

2016-12-13 Thread mlange
Why would you want this? What should happen to various types of encoding? Is everything UTF-8? Or ISO-8859-15 ...? Is your database configured according to what _all_ messages will have as their codepage? Apart from having a database being discouraged, changing this datatype is far more dangerous.

Re: Artemis 1.5.0 fails to discover libAIO on Linux, falls back to NIO

2016-12-13 Thread Jstaceyss
Stop Mary and eddue  Sent from my Sprint Samsung Galaxy S7. Original message From: "mlange [via ActiveMQ]" Date: 12/12/16 12:00 PM (GMT-06:00) To: Jstaceyss Subject: Re: Artemis 1.5.0 fails to discover libAIO on Linux, falls back to NIO Quick reply: 1.5.0 source

ActiveMQ API Rest [Topics]

2016-12-13 Thread ruipneves
Hello, I am implementing a get messages system using the activemq rest. This is a requirement, to use the activemq rest api so I cannot use tcp or any other. I am able to get all the messages by mantaining a session. But I cannot unsubscribe the non-durable consumers, not even by sending the POST

ActiveMQ API Rest [Topics]

2016-12-13 Thread ruipneves
Hello, I am implementing a get messages system using the activemq rest. This is a requirement, to use the activemq rest api so I cannot use tcp or any other. I am able to get all the messages by mantaining a session. But I cannot unsubscribe the non-durable consumers, not even by sending the POST

Re: Network of brokers: consumers not synchronized

2016-12-13 Thread jochenw
Saw it again. - The backoffice broker had shut down the connection (Channel was inactive for too (>3) long). - The mobile broker logged "Transport failed, not attempting to automatically reconnect; java.io.EOFException" and "bridge to stopped" - One second later, the mobile broker tries r

RE: [ANNOUNCE] Apache Artemis 1.5.1 Released

2016-12-13 Thread Jstaceyss
maryb1...@hotmail.com  stop Sent from my Sprint Samsung Galaxy S7. Original message From: "clebertsuconic [via ActiveMQ]" Date: 12/12/16 2:35 PM (GMT-06:00) To: Jstaceyss Subject: [ANNOUNCE] Apache Artemis 1.5.1 Released Apache ActiveMQ Artemis 1.5.1 has been re

Re: how to configure a competing consumers Queue

2016-12-13 Thread Tim Bain
ActiveMQ only round-robins when consumers have available space in their respective prefetch buffers. Once all consumers have full prefetch buffers, the broker will dispatch the next message to whichever consumer creates available space in their prefetch buffer by consuming a message, resulting in

Persist messages in MySQL as text instead of blob

2016-12-13 Thread ripad
Hi all, I am using ActiveMQ 5.14.1 and a MySQL 5.7 database to persist messages. I want to change the type of the MSG column in the ACTIVEMQ_MSGS table from BLOB to some sort of text like TEXT or VARCHAR. But setting the binaryDataType in the configuration of my persistence adapter (see the XML sn

Re: Using embedded and standalone, switching on the fly.

2016-12-13 Thread Christopher Shannon
Everything should resume and continue to process messages already in KahaDB. It won't overwrite them. Essentially you should not notice any difference switching between the two modes because there's nothing different between a standalone version and embedded version except that the standalone ver

Couple of questions regarding Apache Artemis

2016-12-13 Thread mlange
Since we're advancing in our tests and Apache Artemis seems to suit our needs most, a couple of questions I have not yet been able to find in the Artemis User Manual (which has been a great resource, so far; very well written indeed.) Running: - We run Artemis in a master/slave configuration, with

Re: cameRoutesBrokerPlugin namespace question

2016-12-13 Thread Claus Ibsen
We have added support for namespaces in in next Camel 2.18.x and 2.19.0 releases. On Tue, Dec 13, 2016 at 7:14 AM, mtod wrote: > I'm working with ActiveMQ 5.14.1 and trying to get the > camelRoutesBrokerPlugin to work with namespaces. > > when I setup a routes.xml file that uses the following: >