Re: Web-console Exception: No broker is found at any of the 1 configured urls

2012-10-17 Thread Claus Ibsen
Hi Can you post the full stacktrace? There is a JMX related configuration you can do in the activemq.xml file. I guess you can possible adjust that to get it to use the JMX MbeanServer from TomEE. But tracking down the source code and seeing what the RemoteJMXBrokerFacade does may help figure ou

Re: LDAP (OpenDS 2.2.1) configuration

2012-10-17 Thread Claus Ibsen
Hi Have you tried with the ActiveMQ 5.7.0 release? On Wed, Oct 17, 2012 at 2:09 AM, Sean K wrote: > Hi, > I am working with the documentation on the activemq site for > configuring the LDAP. > > http://activemq.apache.org/security.html -- almost everything is > copied verbatim except for hostn

Re: Unable to use ActiveMQ.NMS on Windows 7

2012-10-17 Thread Jim Gomes
Use the full .NET framework in your project, not the Client Profile. Right-click on your Project in *Solution Explorer*, and select Properties. On the *Application* tab, set the *Target framework* to *.NET Framework 4*. On Mon, Oct 15, 2012 at 5:44 PM, songu wrote: > Hi Guys, > > I have an iss

Re: problem configuring durable subscriber with Spring and Atomikos (XA issue?)

2012-10-17 Thread csi
Thanks, I'll give that a try. -- View this message in context: http://activemq.2283324.n4.nabble.com/problem-configuring-durable-subscriber-with-Spring-and-Atomikos-XA-issue-tp4654049p4657907.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: problem configuring durable subscriber with Spring and Atomikos (XA issue?)

2012-10-17 Thread MaximeBelanger
Hi Chris, no I never got any answers. So I ended up using the activeMq connection factory instead of the Atomikos one, like so: That solved the problem for the moment being, although I have not completed load tests and

Re: problem configuring durable subscriber with Spring and Atomikos (XA issue?)

2012-10-17 Thread csi
I seem to have the same problem .. did you get any answers or figure it out? Thanks, Chris -- View this message in context: http://activemq.2283324.n4.nabble.com/problem-configuring-durable-subscriber-with-Spring-and-Atomikos-XA-issue-tp4654049p4657905.html Sent from the ActiveMQ - User maili

Re: ActiveMQ error browsing via JMX

2012-10-17 Thread mleiseca
Claus Ibsen wrote > > As there are many releases of ActiveMQ, its important to tell which > version of the software you are using. Oh sure. We are using ActiveMQ 5.6 There is nothing special about the messages on the queue. To add a further wrinkle, we failed back to the previous master and

Re: ActiveMQ error browsing via JMX

2012-10-17 Thread Claus Ibsen
Hi As there are many releases of ActiveMQ, its important to tell which version of the software you are using. Also is there anything special about the messages on that queue? That can cause the problem? Did it work before, does it work for other queues etc? On Wed, Oct 17, 2012 at 4:05 PM, mlei

ActiveMQ error browsing via JMX

2012-10-17 Thread mleiseca
We are getting this error when trying to browse a queue via JMX. Everything was working fine until this morning when we failed over from the master to the slave. Now, we are unable to run QueueViewMBean browse to look at the queue contents. I don't see anything in the archive that is related and

Re: ActiveMQ + Stomp durable topic subscriber - website inaccurate

2012-10-17 Thread Christian Posta
Peter, We'll just remove that site that you found: activemq.apache.org/stomp/ It's outdated. The spec itself is found here: http://stomp.github.com/stomp-specification-1.1.html The activemq specifics are at the first site you linked to: http://activemq.apache.org/stomp.html Thanks, Christian On

Re: ActiveMQ + Stomp durable topic subscriber - website inaccurate

2012-10-17 Thread Christian Posta
Peter, The correct header for durable subs is "activemq.subscriptionName" The header on the additional.html page is incorrect. I'll fix it. Thanks, Christian On Wed, Oct 17, 2012 at 5:40 AM, Peter Hicks wrote: > Hello > > According to http://activemq.apache.org/stomp.html, one sets > "activemq.

ActiveMQ + Stomp durable topic subscriber - website inaccurate

2012-10-17 Thread Peter Hicks
Hello According to http://activemq.apache.org/stomp.html, one sets "activemq.subscriptionName" in a Stomp SUBSCRIBE frame when I want to be a durable topic subscriber. However, http://activemq.apache.org/stomp/stomp10/additional.html says I need to set the "durable-subscriber-name" header. The f

Re: Consumer hangs on creation

2012-10-17 Thread Timothy Bish
On Wed, 2012-10-17 at 04:44 -0700, Ishitori wrote: > There were a situation in my production environment when an application > couldn't create a consumer. It looks like a thread freeze for infinite. > There are no exceptions or errors happen, but the thread got blocked. > > I am using AMQ 5.6.0

Consumer hangs on creation

2012-10-17 Thread Ishitori
There were a situation in my production environment when an application couldn't create a consumer. It looks like a thread freeze for infinite. There are no exceptions or errors happen, but the thread got blocked. I am using AMQ 5.6.0 with the latest NMS client library. I created a dump file an

Re: Basic ActiveMQ example help

2012-10-17 Thread cristisor
Good morning, In tomee.xml I have the following resources configured: BrokerXmlConfig = (tcp://localhost:61616)?useJmx=true; ResourceAdapter = JMSAdapter destination = Queue1