Re: Jconsole Topic and Queue

2013-12-11 Thread Steven Turner
Hi I am, able to reproduce the behaviour.. I am creating a destination using wildcards (abcd.>) This destination is coming as without yellow sign always and it only has consumer attribute... I also have an observation... as s

JMSXGroupID header missed in message headers.

2013-12-11 Thread dss
Hi, I am trying to do the message grouping based on some string. In camel, I am setting JMSXGroupID in the message headers after that sending to a queue. Am logging JMSXGroupID before sending to a queue and it was present in the message headers list. Once i push the message to the queue, JMSXGr

Re: Many connections from the same client

2013-12-11 Thread Sophia Wright
No. there is no firewall. -- View this message in context: http://activemq.2283324.n4.nabble.com/Many-connections-from-the-same-client-tp4675316p4675435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Many connections from the same client

2013-12-11 Thread Steven Turner
No. there is no firewall -- View this message in context: http://activemq.2283324.n4.nabble.com/Many-connections-from-the-same-client-tp4675316p4675436.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread Christian Posta
the messages in temp queues will live in broker memory as they are not persistent. are you consuming all of the messages from the temp queues? On Wed, Dec 11, 2013 at 6:52 PM, javaG wrote: > Thank you for your post. I tried these settings in activemq.xml and restarted > everything but it did not

Re: activemq5.5 client high cpu usage

2013-12-11 Thread liangwb2001
Thanks for your prompt, 5.9 is ok. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq5-5-client-high-cpu-usage-tp4675314p4675433.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread javaG
Thank you for your post. I tried these settings in activemq.xml and restarted everything but it did not make any difference. -- View this message in context: http://activemq.2283324.n4.nabble.com/Topic-Advisories-pile-up-in-ActiveMQ-tp4675430p4675432.html Sent from the ActiveMQ - User mailing l

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread Timothy Bish
On 12/11/2013 07:28 PM, javaG wrote: I have a stomp client that uses temp queue as reply back destination ('/temp-queue/'+uuid_generated_value) to which I subscribe in stomp client and then send a message on a fixed queue in which I set the reply-to header to ('/temp-queue/'+uuid_generated_value)

Topic Advisories pile up in ActiveMQ

2013-12-11 Thread javaG
I have a stomp client that uses temp queue as reply back destination ('/temp-queue/'+uuid_generated_value) to which I subscribe in stomp client and then send a message on a fixed queue in which I set the reply-to header to ('/temp-queue/'+uuid_generated_value). JMS consumer in Java for the fixed

ANN: Habari Client for ActiveMQ 3.6 - Delphi and Free Pascal STOMP client

2013-12-11 Thread Michael Justin
December 2013 – Habarisoft is pleased to announce version 3.6 of its STOMP client library "Habari Client for ActiveMQ" for Delphi 2009+ and Free Pascal 2.6+. Home page: http://www.habarisoft.com/habari_activemq.html Also available: Habari Client for ActiveMQ Apollo http://www.habarisoft.com/h

Does the selector in filteredDestination support modulus operator?

2013-12-11 Thread salemi
Hi, I was wondering if the selector in filteredDestination support modulus operator? According to the AMQ documentation it support SQL 92 and SQL 92 support modulus. I am planing to use the following virtual destination and separate the incoming messages to different queues. We we need to proces

Re: Anyone know the End of life, End of support dates for v5.6.0?

2013-12-11 Thread Claus Ibsen
Hi Everything at ASF is per see as-is, and any support here in these communities is volunteer based. ActiveMQ has a number of companies offering commercial support, where they can help you support older ActiveMQ releases and what you normally get from commercial vendors as support. You can find

Re: Is there any way to enable JMXMP on ActiveMQ ?

2013-12-11 Thread Christian Posta
Thanks for sharing. You may possibly be interested in Jolokia also http://www.jolokia.org Additionally, i should throw in, the RMI port can be set so it's not negotiated. Cheers, Christian On Tue, Dec 10, 2013 at 6:23 PM, Tecno Brain wrote: > I was able to do it by adding these beans: > > >

Re: Is there any way to enable JMXMP on ActiveMQ ?

2013-12-11 Thread Tecno Brain
I was able to do it by adding these beans: as shown in http://theholyjava.wordpress.com/2010/09/16/exposing-a-pojo-as-a-jmx-mbean-easily-with-spring/ I also copied the jmxremote_optional.jar file to ${activemq.home}/lib/optional That was enough to run jmxmp on port 9875 (the default) On Tu

Anyone know the End of life, End of support dates for v5.6.0?

2013-12-11 Thread Ross Dukeshier
Does Apache have somewhere to look this information up for ActiveMQ or do they even have this kind of information (suppose it could always be considered to be supported even if they'll never change the version again)? Is a version considered not supported once the next release is released? Thanks

Is there any way to enable JMXMP on ActiveMQ ?

2013-12-11 Thread Tecno Brain
Hi, I am using ActiveMQ 5.7.0 I would like to use JMX using the JMXMP protocol. My environment would not allow me to use RMI, which uses a negotiated port. How do I enable JMXMP on ActiveMQ ? Is it possible at all ? I have downloaded the jmxremote_optional JAR file (version 1.0.1_04) and

how to create multiple durable subscription with different client ID for a one or multiple topic

2013-12-11 Thread nandeesh.ln
Hi, how to create multiple durable subscription with different client ID for a one or multiple topic in activemq? I want to test 10 durable subscriber subscribing to a one or multiple topic. Tried in Jmeter, but it won't allow to enter dynamic client ID's... it will throw error as client ID alrea

RE: KahaDB journals growing - no visible entries

2013-12-11 Thread barry.barnett
Those messages must still be in the journal files. Is your checkpoint worker cleaing up the journals every 30 seconds? -Original Message- From: Seibt, Volker [mailto:volker.se...@buenting.de] Sent: Wednesday, December 11, 2013 8:02 AM To: users@activemq.apache.org Subject: AW: KahaDB

Request for clarification: strictOrderDispatch="true" vs Exclusive Consumers - for queues

2013-12-11 Thread dimitry12
Hello! I'd like to confirm my understanding of dispatch policies in ActiveMQ. When we deal with *queues* and have strictOrderDispatch="true" set in policyEntry - then ActiveMQ ensures that all messages are processed strictly in order. If there are multiple consumers then: - ActiveMQ will feed #pre

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
Would appreciate if you can clarify what changeAutoCommitAllowed="false" means? The API has an explanation but its unclear. Does this parameter ensure - SQL Server's default Autocommit is overwritten - and the actual commit is done by ActiveMQ's datasource? regards D -- View this message in c

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
Hi, I upgraded to ActiveMQ 5.8.0. Added changeAutoCommitAllowed="false" to broker-config.xml - as shown below Now I don't see the exceptions stated above. However on Jboss start up - I see the following 2013-12-11 16:08:40,865 INFO [org.apache.activemq.store.kahadb.plist.

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread Christian Posta
I'm not sure, and don't have the code in front of me, but could you try on the latest release or a snapshot to reproduce? On Wed, Dec 11, 2013 at 1:30 AM, deepak_a wrote: > All, > > I am using ActiveMQ 5.6.0 SQL Server 2008 is used in backend. With SQL > Server - > I get the following exception >

Re: Wildcards in ActiveMQ

2013-12-11 Thread Christian Posta
Because * is reserved for wildcard subscriptions: http://activemq.apache.org/wildcards.html On Wed, Dec 11, 2013 at 4:36 AM, Steven Turner wrote: > Hi I am using AmqV5.8 > > I am trying to create a topic with name "a.*" but when I see in jconsole it > shows it as "a.*" > > Why ? > > Another thin

Re: Restrict some destinations to get created

2013-12-11 Thread Christian Posta
Use security roles so they cannot create whatever they want: http://activemq.apache.org/security.html On Wed, Dec 11, 2013 at 7:04 AM, Sophia Wright wrote: > Hi, > > I have a requirement where I want to restrict a client to create a topic of > particular name. > I mean as soon as a client is sub

Re: activemq5.5 client high cpu usage

2013-12-11 Thread Christian Posta
wanna give 5.9 a try? http://activemq.apache.org/activemq-590-release.html On Wed, Dec 11, 2013 at 12:16 AM, liangwb2001 wrote: > I think this is a multi thread sync bug of ActiveMQConnection, for example: > ExceptionListener exceptionListener = new ExceptionListener() { >

Re: Many connections from the same client

2013-12-11 Thread Christian Posta
You have firewall in the way? On Mon, Dec 9, 2013 at 11:16 PM, Steven Turner wrote: > Hey, > > I am using Default messages listener container (DMLC) for my consumer. and > using pooled connection factory to create connection. > But I am seeing my client is creating more than 100 connections at a

Restrict some destinations to get created

2013-12-11 Thread Sophia Wright
Hi, I have a requirement where I want to restrict a client to create a topic of particular name. I mean as soon as a client is subscribe to a topic, it will automatically created. I want my client not to create topics the way they want. I want to put restriction on topic creation for example I wa

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
https://issues.apache.org/jira/browse/AMQ-711 The issue I am facing is same as mentioned above -- View this message in context: http://activemq.2283324.n4.nabble.com/Auto-commit-issue-with-SQL-Server-ActiveMQ-tp4675355p4675391.html Sent from the ActiveMQ - User mailing list archive at Nabble.c

AW: KahaDB journals growing - no visible entries

2013-12-11 Thread Seibt, Volker
In addition to the queues used by the application there is one queue "ActiveMQ.DLQ" which holds 77 messages. There is also one topic "ActiveMQ.Advisory.Queue" which holds 7 messages. That's all. After purging "ActiveMQ.DLQ" and restarting the instance ActiveMQ brings up 23 messages in "ActiveM

RE: KahaDB journals growing - no visible entries

2013-12-11 Thread barry.barnett
Is there a DLQ for each application queue? Are those holding any messages? Regards, Barry Barnett WMQ Enterprise Services & Solutions Wells Fargo Cell: 704-564-5501 -Original Message- From: volker.seibt [mailto:volker.se...@buenting.de] Sent: Wednesday, December 11, 2013 5:03 AM To: us

Wildcards in ActiveMQ

2013-12-11 Thread Steven Turner
Hi I am using AmqV5.8 I am trying to create a topic with name "a.*" but when I see in jconsole it shows it as "a.*" Why ? Another thing is What is the difference between wildcards (*) and (>) ? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Wildcards-in-Activ

KahaDB journals growing - no visible entries

2013-12-11 Thread volker.seibt
We use ActiveMQ 5.7 as embedded jms provider with camel 2.11.0. It's a small application which uses about seven or eight queues with about max. 1,000 small messages (tickets from a deposit machine) per queue / day. We use persistent queues via KahaDB and did not change any KahaDB parameters. Wit

Re: Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
One thing to add - I am trying to send messages to activeMQ within an XA transaction. -- View this message in context: http://activemq.2283324.n4.nabble.com/Auto-commit-issue-with-SQL-Server-ActiveMQ-tp4675355p4675356.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Auto commit issue with SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
All, I am using ActiveMQ 5.6.0 SQL Server 2008 is used in backend. With SQL Server - I get the following exception 2013-12-11 09:17:15,085 WARN [org.apache.activemq.store.jdbc.JDBCPersistenceAdapter] (ActiveMQ Transport: tcp:///127.0.0.1:62351) Commit failed: commit() should not be called whil

Auto commit issue while using SQL Server + ActiveMQ

2013-12-11 Thread deepak_a
All,I am using ActiveMQ 5.6.0SQL Server 2008 is used in backend.With SQL Server - I get the following exception2013-12-11 09:17:15,085 WARN [org.apache.activemq.store.jdbc.JDBCPersistenceAdapter] (ActiveMQ Transport: tcp:///127.0.0.1:62351) Commit failed: commit() should not be called while in aut

Re: Many connections from the same client

2013-12-11 Thread Steven Turner
Please respond...!! -- View this message in context: http://activemq.2283324.n4.nabble.com/Many-connections-from-the-same-client-tp4675316p4675351.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq5.5 client high cpu usage

2013-12-11 Thread liangwb2001
I think this is a multi thread sync bug of ActiveMQConnection, for example: ExceptionListener exceptionListener = new ExceptionListener() { public onException(JMSException exception){ conn.close; } }; Thread main : time 1. cre