Re: Possible memory leak with ActiveMQ-CPP

2015-11-25 Thread Timothy Bish
On 11/25/2015 11:29 AM, spamtrap wrote: > On Wed, 25 Nov 2015 11:07:53 -0500, Timothy Bish > wrote: > >> On 11/25/2015 10:50 AM, spamtrap wrote: >>> On Wed, 25 Nov 2015 09:33:38 -0500, Timothy Bish >>> wrote: >>> On 11/25/2015 05:47 AM, spam trap

Re: Understanding ActiveMQ Inactivity timeout monitor in STOMP

2015-11-25 Thread Timothy Bish
First thing would be to test against 5.12.1 On 11/25/2015 10:01 AM, xabhi wrote: > I am using ActiveMQ v5.11.1 > > Below are the STOMP frames sent/received from client/server. > > # Net::STOMP::Client->connect() > # encoded CONNECT frame > # H

Re: Possible memory leak with ActiveMQ-CPP

2015-11-25 Thread spamtrap
On Wed, 25 Nov 2015 09:33:38 -0500, Timothy Bish wrote: >On 11/25/2015 05:47 AM, spam trap wrote: >> Hi, >> >> I have the following code: >> >> cms::Message *pMessage; >> ... >> std::vector propertyNames = pMessage->getPropertyNames(); >> >> According to valgrind this leaks

Re: Possible memory leak with ActiveMQ-CPP

2015-11-25 Thread spamtrap
On Wed, 25 Nov 2015 11:07:53 -0500, Timothy Bish wrote: >On 11/25/2015 10:50 AM, spamtrap wrote: >> On Wed, 25 Nov 2015 09:33:38 -0500, Timothy Bish >> wrote: >> >>> On 11/25/2015 05:47 AM, spam trap wrote: Hi, I have the following code:

Re: Possible memory leak with ActiveMQ-CPP

2015-11-25 Thread Timothy Bish
On 11/25/2015 10:50 AM, spamtrap wrote: > On Wed, 25 Nov 2015 09:33:38 -0500, Timothy Bish > wrote: > >> On 11/25/2015 05:47 AM, spam trap wrote: >>> Hi, >>> >>> I have the following code: >>> >>> cms::Message *pMessage; >>> ... >>> std::vector propertyNames =

Performance issue in OrderedPendingList

2015-11-25 Thread David Sitsky
Hi, I have updated my application from ActiveMQ 5.3 to 5.11.1 and have noticed a performance degregation issue. Running a number of jstacks I can see the broker is often stuck here: "Queue:master-items" Id=122 RUNNABLE at

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at

Re: ActiveMQ deployment

2015-11-25 Thread Rallavagu
Any takers on this? Thanks. On 11/24/15 1:37 PM, Rallavagu wrote: All, What is the recommended deployment architecture for an enterprise? 1. Master/Slave with replicated Level DB (http://activemq.apache.org/replicated-leveldb-store.html) 2. Network of Brokers for scalability 3. Hybrid In

systemd startup scripts for activemq

2015-11-25 Thread francesco
Hi all, I would like activemq to be started by systemd. I know about the very good activemq startup scripts in ./bin directory of the downloaded .tar.gz but I am unable to write a good enough /etc/systemd/system/activemq.service. Can anybody share her own script? thank you, Francesco --

Activemq via REST - consumer cannot read JMS options

2015-11-25 Thread ash
When consuming from a queue using the built-in REST API. Is there a way to see the properties of the message such as: JMSType, JMSActiveMQBrokerInTime,... Note that the API used looks like: http://:8161/api/message?destination=queue:// Is there anything that can be included in the request to get

Re: Understanding ActiveMQ Inactivity timeout monitor in STOMP

2015-11-25 Thread xabhi
I am using ActiveMQ v5.11.1 Below are the STOMP frames sent/received from client/server. # Net::STOMP::Client->connect() # encoded CONNECT frame # H client-id:test_perl_consumer_huygens01-test_stomp_consumer # H passcode: # H host:mqbrokerdev # H accept-version:1.0,1.1 # H login: #

AMQ broker goes down and never re-start automatically after DB goes down

2015-11-25 Thread C. Kim
I am using AMQ 5.9 and MSSQL for fail-over. configuration is as follows. failure scenario is as follows. 1. AMQ 5.9 starts successfully after it connects to MSSQL DB. 2. DB service goes down. 3. DB connection of AMQ broker is broken. 4. AMQ goes down with exception about

Duplex NetworkConnector: bridge stopped

2015-11-25 Thread spp
Hi guys, I got a problem with cluster of brokers: after a period of time (not exactly sure how much, a few days usually) from startup, the network connector bridge between brokers stopped, and restart of brokers make all things get to normal, then it happens again. I cannot reproduce the

Re: Possible memory leak with ActiveMQ-CPP

2015-11-25 Thread Timothy Bish
On 11/25/2015 05:47 AM, spam trap wrote: > Hi, > > I have the following code: > > cms::Message *pMessage; > ... > std::vector propertyNames = pMessage->getPropertyNames(); > > According to valgrind this leaks memory. propertyNames is on the > stack BTW. > > ==27758== 50,039,920 (289,968 direct,