ActiveMQ C++ higher Version 2.2.6 - Segfault by initialization

2013-12-04 Thread Nikolaus Klimek
Hello, because our previous SLES Version does not support required apr-version, we used the ActiveMQ C++ Client 2.2.6, which was compiled to a shared object/library and called by a cobol application (via CALL). This combination works fine. Actually we updated our SLES (to 11.2) and a higher apr-v

wrapper.conf does not quote %ACTIVEME_CONF% on line 64

2013-12-04 Thread andrewp
Whilst trying to install ActiveMQ as a windows service, I found this issue with the wrapper.conf out of the box configuration. (apache-activemq-5.9.0) wrapper.java.additional.15=-Djava.security.auth.login.config=%ACTIVEMQ_CONF%/login.config You will notice that there are no quotes around the %A

RE: ActiveMQ: REST API and JMS Headers

2013-12-04 Thread Stephen Vincent
I re-opened AMQ-4072, and added a comment. sasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasas Stephen Vincent

How to check if a queue already exists

2013-12-04 Thread ranjanip
Hi, I refer to the post in : http://activemq.2283324.n4.nabble.com/How-to-send-a-textMessage-to-an-exising-queue-destination-td3481137.html I have a different situation where I have a Java consumer and a cpp producer. My java side is the consumer, it creates the queueA by connecting to the broker

Re: ActiveMQ: REST API and JMS Headers

2013-12-04 Thread Rob Davies
Hi Stephen - best thing to do would have been to reopen the issue when you added the test case - as we would have assumed it was fixed still - can you change the status on the issue? > On 4 Dec 2013, at 22:12, Stephen Vincent wrote: > > When https://issues.apache.org/jira/browse/AMQ-4072 wa

Re: Duplicate messages sent in Active MQ 5.7

2013-12-04 Thread Johan Edstrom
That is the default setting - Session.AUTO_ACKNOWLEDGE On Dec 4, 2013, at 3:01 PM, badrinana wrote: > Hi Johan > > Do I need to add acknowledge="auto" in the tag? > > class="org.springframework.jms.listener.DefaultMessageListenerContainer"> > According to example in blog: > http://bsnyderbl

RE: ActiveMQ: REST API and JMS Headers

2013-12-04 Thread Stephen Vincent
When https://issues.apache.org/jira/browse/AMQ-4072 was closed, I added a test case the next day since the lack of one was listed as a reason. However, it still remains closed and is still a problem.

Re: Stomp reply-to header get altered to temporary queue by ActiveMQ in STOMP to JMS messaging

2013-12-04 Thread javaG
Camel route is simple and this is what I have: -- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-reply-to-header-g

Re: Duplicate messages sent in Active MQ 5.7

2013-12-04 Thread badrinana
Hi Johan Do I need to add acknowledge="auto" in the tag? According to example in blog: http://bsnyderblog.blogspot.com/2010/05/tuning-jms-message-consumption-in.html The example has acknowledge="auto". I am wondering if I need to add this explicitly in my configuration. Thanks Badri -- View

Re: Apollo and server redundancy

2013-12-04 Thread vatsal12
Hi Chirino, I am going to test grdb and glusterfs with apollo. Have you benchmarked any approach ? Any recommendations ? I will post results soon. Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Apollo-and-server-redundancy-tp4663704p4675150.html Sent from th

Re: Spring's CachingConnectionFactory vs ActiveMQ's PooledConnectionFactory

2013-12-04 Thread Christian Posta
check this blog as well as the comments: http://bsnyderblog.blogspot.com/2010/05/tuning-jms-message-consumption-in.html On Fri, Nov 29, 2013 at 2:29 AM, Sophia Wright wrote: > Hi, > I'm new to JMS, can somebody please tell me differences between the Spring's > CachingConnectionFactory vs ActiveM

Re: Peer disposed

2013-12-04 Thread Christian Posta
did your connection get shut down? On Tue, Dec 3, 2013 at 1:05 AM, vkcse wrote: > Hi, > > I am using activemq 5.8. > > In my application we have some embedded brokers while sending message to the > MessageProducer I got below exception. > Can someone help me to find what happening here and how to

Re: Stomp reply-to header get altered to temporary queue by ActiveMQ in STOMP to JMS messaging

2013-12-04 Thread Christian Posta
Show your camel route. Is there another request/reply in the camel route? On Wed, Dec 4, 2013 at 12:54 PM, javaG wrote: > > I changed the order and now I am subscribe to the reply queue before sending > message but unfortunately this did not make a difference. ActiveMQ again > translate reply-to

Re: Retrieving binary messages from queue browser in management console?

2013-12-04 Thread Christian Posta
I don't think so, but maybe others have a solution and can comment. Might be worth putting some meta-data in the JMS properties for binary files to help describe what it is so you can tell easily without having to browse the bytes themselves. On Wed, Dec 4, 2013 at 12:47 AM, Tom_Z wrote: > Hi, >

Re: Stomp reply-to header get altered to temporary queue by ActiveMQ in STOMP to JMS messaging

2013-12-04 Thread javaG
I changed the order and now I am subscribe to the reply queue before sending message but unfortunately this did not make a difference. ActiveMQ again translate reply-to to something else that looks like: DEBUG | Using JMSReplyTo destination: temp-queue://ID:hostname-54680-1386185007293-3:3:1 | or

Re: When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread Christian Posta
I think activemq-broker and activemq-kahadb-store should be enough. On Wed, Dec 4, 2013 at 5:23 AM, edbras wrote: >> Read the release notes, for the releases, to find details > Did that, and they indicate the use activemq-all, wich is too big for my > embedded config (using both client and serve

Re: Transactions in Stomp

2013-12-04 Thread Christian Posta
A NACK will should send the message to the DLQ On Wed, Dec 4, 2013 at 7:54 AM, Sophia Wright wrote: > and what happens in case of NACK ( the first question) ? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Transactions-in-Stomp-tp4675080p4675103.html > Sent fr

Re: Advisory Topic Messages

2013-12-04 Thread Christian Posta
http://activemq.apache.org/how-do-i-find-the-size-of-a-queue.html On Wed, Dec 4, 2013 at 10:58 AM, Johan Edstrom wrote: > I don't have the impl in front of me, but I'd > venture it simply is a long counter that is incremented until rotate or > you perform a JMX operation to reset. > > It tends to

Re: Duplicate messages sent in Active MQ 5.7

2013-12-04 Thread badrinana
Yes. I feel this is an error & not expected behavior. The first message was processed successfully by my consumer at 12:04:11.002 PM. There were no network or database issues or failover which took place between 12:04 to 12:21. At 12:22, I restart Active MQ and immediately lots of such messages get

Re: Advisory Topic Messages

2013-12-04 Thread Johan Edstrom
I don't have the impl in front of me, but I'd venture it simply is a long counter that is incremented until rotate or you perform a JMX operation to reset. It tends to be the way monitoring systems want to have counters. On Dec 4, 2013, at 9:59 AM, wrote: > So the current depth would be 0.

Re: Stomp reply-to header get altered to temporary queue by ActiveMQ in STOMP to JMS messaging

2013-12-04 Thread Paul Gale
STOMP, as protocol, does not support request-response (or request/reply, whatever you want to call it) per se. However, given that ActiveMQ has mapped the 'reply-to' header to the associated JMS header one could infer that ActiveMQ's implementation of STOMP does support request-response, or perhaps

RE: Advisory Topic Messages

2013-12-04 Thread barry.barnett
So the current depth would be 0. Doesn't the enqueue count get reset at some point? -Original Message- From: Johan Edstrom [mailto:seij...@gmail.com] Sent: Tuesday, December 03, 2013 10:36 AM To: users@activemq.apache.org Subject: Re: Advisory Topic Messages That is how many has been

Re: Duplicate messages sent in Active MQ 5.7

2013-12-04 Thread Johan Edstrom
Was this actually an error and not expected behavior? I.e this could have happened for several reasons, like a delayed ack that never hit AMQ as it was doing failover. On Dec 3, 2013, at 3:34 PM, badrinana wrote: > I upgraded Active MQ from 5.5 to 5.7. My producer application sent a message > t

Re: Transactions in Stomp

2013-12-04 Thread Sophia Wright
and what happens in case of NACK ( the first question) ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Transactions-in-Stomp-tp4675080p4675103.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Duplicate messages sent in Active MQ 5.7

2013-12-04 Thread badrinana
I upgraded Active MQ from 5.5 to 5.7. My producer application sent a message to active mq queue at 12:04:11 PM as shown below. INFO:[2013/12/03 12:04:11.002 PM MessageListener process] Message -> ActiveMQTextMessage {commandId = 5, responseRequired = true, messageId = ID:A-53212-1386090245809-0:0:

Re: Transactions in Stomp

2013-12-04 Thread Timothy Bish
On 12/04/2013 03:49 AM, Sophia Wright wrote: In addition to the last question.. As specified on the page http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html -How to receive the message in transactions using CLIENT_ACK connection.begin("tx3"); frame

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Jean-Baptiste Onofré
Awesome, thanks a lot ! Regards JB On 12/04/2013 02:30 PM, Raul Kripalani wrote: Hi JB, I spoke to Dejan on IRC and created a ticket for this: https://issues.apache.org/jira/browse/AMQ-4909. Regards, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Int

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Raul Kripalani
Hi JB, I spoke to Dejan on IRC and created a ticket for this: https://issues.apache.org/jira/browse/AMQ-4909. Regards, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkr

Re: When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread edbras
> Read the release notes, for the releases, to find details Did that, and they indicate the use activemq-all, wich is too big for my embedded config (using both client and server). -- View this message in context: http://activemq.2283324.n4.nabble.com/When-will-activemq-core-5-9-be-present-in

Re: When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread edbras
Thanks. And what about the kahadb jar, as it also isn't updated to 5.9? Maybe the faq should be updated: LINKE . I am just not sure which jars I need. I always included the activemq-core, kahab and activeio.core (like indicated in the faq)

Re: When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread Claus Ibsen
Read the release notes, for the releases, to find details http://activemq.apache.org/activemq-580-release.html http://activemq.apache.org/activemq-590-release.html On Wed, Dec 4, 2013 at 1:15 PM, edbras wrote: > I noticed that activemq-core 5.9 isn't present in the central repo (neither > 5.8).

Re: When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread Jean-Baptiste Onofré
Hi Ed, activemq-core 5.9.0 or 5.8.0 are no more available on Central (the latest version available is 5.8.0). Actually, activemq-core doesn't exist anymore. You can use activemq-broker instead of activemq-core. Regards JB On 12/04/2013 01:15 PM, edbras wrote: I noticed that activemq-core 5

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Jean-Baptiste Onofré
Hi Richard, it sounds good indeed. I gonna take a look on that. Regards JB On 12/04/2013 01:58 PM, Richard Kettelerij wrote: I'm wondering the same thing. The activemq-client feature doesn't look very lightweight, it includes a 10MB activemq-osgi JAR was well as dependencies such as Zookeepe

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Richard Kettelerij
I'm wondering the same thing. The activemq-client feature doesn't look very lightweight, it includes a 10MB activemq-osgi JAR was well as dependencies such as Zookeeper, which I would expect to seein a separate "activemq-client-ha" feature. -- View this message in context: http://activemq.228

Re: Upgrading only AMQ broker in OSGi container with Camel

2013-12-04 Thread Richard Kettelerij
I'm wondering the same thing. The activemq-client feature doesn't look very lightweight, it includes a 10MB activemq-osgi JAR was well as dependencies such as Zookeeper, which I would expect to seein a separate "activemq-client-ha" feature. -- View this message in context: http://activemq.228

When will activemq-core 5.9 be present in maven central repo?

2013-12-04 Thread edbras
I noticed that activemq-core 5.9 isn't present in the central repo (neither 5.8). Why? and will this change? (activemq-all 5.9 is present thought). Sorry, there might be a good reason for it, I probably missed it, neither can't I find it. - Ed -- View this message in context: http://activemq.22

Long pauses with leveldb, no pauses with kaha

2013-12-04 Thread Attila Nagy
Hi, I use ActiveMQ 5.9.0 on FreeBSD with java 1.7.0_25-b15 and native leveldb (default settings). Four servers, fully meshed network of brokers, only two get effective load. I publish from a small number of servers (around 30) to a virtual topic, then consume the aggregated messages from one

Re: Transactions in Stomp

2013-12-04 Thread Sophia Wright
In addition to the last question.. As specified on the page http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html -How to receive the message in transactions using CLIENT_ACK connection.begin("tx3"); frame = connection.receive(); System.out.println(fram

Retrieving binary messages from queue browser in management console?

2013-12-04 Thread Tom_Z
Hi, I'm planning to use ActiveMQ with an AMQP-connection from the client side (.Net) which results in binary messages only as far as I've understood. The messages themselves could be simple xml files but also binary files like pdf or zip. Is there a way to retrieve these binary messages from the

Transactions in Stomp

2013-12-04 Thread Sophia Wright
Hi, I am trying to use transactions in Stomp (Python & perl). I have already gone through http://activemq.apache.org/how-do-i-unack-the-message-with-stomp.html As specified in the page that there is no redelivery in case of stomp. But what happens if a consumers receives a message and send NACK t