Re: setting up c++ client app using CMS using SSL client certificate auth

2013-11-25 Thread Timothy Bish
On 11/25/2013 12:26 PM, darkrwe wrote: Hi guys; I wonder something about SSL/TLS authentication of ActiveMQ is there any way to authenticate activemq-cpp clients to add these clients public keys to broker truststore automatically? -- View this message in context: http://activemq.2283324.n4.

Re: Apache.NMS.ActiveMQ openwire client performance

2013-11-25 Thread Jim Gomes
Hi Dan, I'm not quite sure where you're having performance issues and what exactly it is that you want to improve. Is the NMS client going too slow producing messages to a Java consumer? If you have a small test case in source code that can show the performance issue, that would be very helpful.

Re: setting up c++ client app using CMS using SSL client certificate auth

2013-11-25 Thread darkrwe
Hi guys; I wonder something about SSL/TLS authentication of ActiveMQ is there any way to authenticate activemq-cpp clients to add these clients public keys to broker truststore automatically? -- View this message in context: http://activemq.2283324.n4.nabble.com/setting-up-c-client-app-using-

Re: Batch message sending with JmsTransactionManager of Spring?

2013-11-25 Thread johnbing
I am beginner in ActiveMQ, I want to use transactions within spring file, But as I saw in org.springframework.jms.core.JmsTemplate It commit transaction after each message is sent. I want to commit after a batch of messages. How should I configure this ? -- View this message in context: http:

Re: Apollo 1.6 multiple connected/disconnected messages while using Stomp

2013-11-25 Thread Hiram Chirino
Client violated the spec. The server terminating the offending client's connection does not see like a problem to me. On Sun, Nov 24, 2013 at 11:56 AM, AlexP wrote: > Does anyone have any idea why we would get a disconnect after trying to > un-subscribe an invalid subscription via Stomp? > > I'l

activemq pull two message at once to the dequeued message

2013-11-25 Thread ossama wagdy
dears i got a problem in active mq i am using activemq 5.4.3 on unix centos 6 when i send 10 message and i monitor the browser i found that it pulls 2 message once to dequeued and i found that 5 message only is in my received folder i am looking in my listener log file i found that the 10 messag

Client get disconnected in ActiveMQ 5.9

2013-11-25 Thread harikrish07121991
I am using Active MQ-5.9. I am building an application which publishes high amount of data at high rate. But client gets disconnected after some time. Is it bcoz i am using connection persistence ?? Plz help .. Thanks .. :) -- View this message in context: http://activemq.2283324.n4

Re: consumer threads waiting on VMTransport locks...

2013-11-25 Thread damiano.fontana
I have experienced the same issue in my production environment. ActiveMQ 5.7 production application (using VM transport and AMQ connection pool). Did you find a workaround to avoid this issue? -- View this message in context: http://activemq.2283324.n4.nabble.com/consumer-threads-waiting-on-V

Re: Batch message sending with JmsTransactionManager of Spring?

2013-11-25 Thread Sophia Wright
I also want to know.. using spring how can i send a batch of messages and commit after it while using transaction ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Batch-message-sending-with-JmsTransactionManager-of-Spring-tp4291842p4674824.html Sent from the ActiveMQ -

Re: Transactions in ActiveMQ

2013-11-25 Thread Sophia Wright
Thanks for your response, Will you please let me know something about my first post regarding Client Acknowledgement Vs Transactions ? --> "I have a requirement where I am confused between transactions and Explicit acknowledgement. The requirement is: When a consumer receives a message it do some p

Re: Transactions in ActiveMQ

2013-11-25 Thread Timothy Bish
On 11/25/2013 10:34 AM, Sophia Wright wrote: In addition to above reference.. When we use Client Ack mode, We specify it while creating the sessions. So to use Client Ack, do we need to specify this on both producer and consumer side ? if yes, how differently it works for producer and consumer ?

Re: Transactions in ActiveMQ

2013-11-25 Thread Sophia Wright
In addition to above reference.. When we use Client Ack mode, We specify it while creating the sessions. So to use Client Ack, do we need to specify this on both producer and consumer side ? if yes, how differently it works for producer and consumer ? -- View this message in context: http://a

Re: Any Performance/Latency benchmarks for ActiveMQ's AMQP implementation against OpenWire ?

2013-11-25 Thread Christian Posta
I think the example was to demonstrate Tim's point. You can have wildly differing performance observations depending on environment. If you'd like to benchmark and share your data points that would be wonderful. On Mon, Nov 25, 2013 at 4:11 AM, xbhanu wrote: > True, But I thought just like OpenWi

Re: Producer Flow Block - Consumer Deadlock after max memory limits exceeded

2013-11-25 Thread Gary Tully
also look at multi kahadb which allows you to split destinations across stores, such that different usage patterns don't collide http://activemq.apache.org/kahadb.html#KahaDB-Multi%28m%29kahaDBpersistenceadapter http://blog.garytully.com/2011/11/activemq-multiple-kahadb-instances.html On 22 Novem

Re: Any Performance/Latency benchmarks for ActiveMQ's AMQP implementation against OpenWire ?

2013-11-25 Thread xbhanu
True, But I thought just like OpenWire's Performance numbers are mentioned here -- http://activemq.apache.org/performance.html, Maybe you guys could share some AMQP performance numbers if you have them already. -- View this message in context: http://activemq.2283324.n4.nabble.com/Any-Performan

Address to an embedded apollo broker

2013-11-25 Thread Brian Reinhold
I have (I believe) for the most part successfully created an embedded broker. It has been configured with two connectors, one addressed externally from tls/ssl://ip:61684 and the other from tcp://ip:61683. The idea actually is that the mutually authenticated url is to be used by external clients an

Re: Transactions in ActiveMQ

2013-11-25 Thread Sophia Wright
Thanks for your response gary. I have a requirement where I am confused between transactions and Explicit acknowledgement. The requirement is: When a consumer receives a message it do some processing with the message before acknowledging the message. And while processing the message it could get s