Re: Transport Connector could not be registered in JMX: Transport scheme NOT recognized: [ws]

2017-05-03 Thread Tim Bain
The first few results for this search ( https://www.google.com/search?q=activemq+%22Transport+scheme+NOT+recognized%22+ws=utf-8=utf-8) all point to you not having the right JARs on the classpath. Have you confirmed that the right JARs are in fact on your classpath? Tim On Wed, May 3, 2017 at

Activemq web console is not getting up.

2017-05-03 Thread srinivas.indali
Hi All, We are upgrading Activemq 5.9 to 5.14.4, messages are getting processed but web console is not getting up. below exceptions are throwing. can any one please help on this. 2017-05-04 00:32:21,714 | WARN | Async error occurred: | org.apache.activemq.broker.TransportConnection.Service |

Re: broker to broker testing scenario

2017-05-03 Thread mtod
I can attest to the embedded camel for ActiveMQ we have been running a route in production for 3 years+ with no issues. I use it for message routing based on content. Mike -- View this message in context:

Artemis replicated failover cluster question

2017-05-03 Thread mtod
I'm trying to setup a replicated failover cluster I can't seem to get them to connect. Can someone please review the broker.xml below and let me know if I'm doing this right. Thanks Mike Enviroment: AWS EC2 Windows 2016 Java 1.8.0_131 Testing using Artemis.cmd run I am able to connect using

Transport Connector could not be registered in JMX: Transport scheme NOT recognized: [ws]

2017-05-03 Thread aragoubi
I Integrated activeMQ in jboss in such a way that when I start a project deployed in jboss, activeMQ broker start. The broker serverUrl defined in the ra.xml file is "vm://localhost" and my broker-config file: http://www.springframework.org/schema/beans;

Re: How can I avoid hard coding the remote queue name in @MessageDriven when using resource adapter

2017-05-03 Thread asdfg195
I found the solution. The trick is the "useJndi" ActivationConfigProperty @MessageDriven( activationConfig = { @ActivationConfigProperty(propertyName = "destination", propertyValue = "java://activemq/Queue.Notifications.Project"), @ActivationConfigProperty(propertyName =

Re: How can I avoid hard coding the remote queue name in @MessageDriven when using resource adapter

2017-05-03 Thread Justin Bertram
As Clebert mentioned, this is more of an application server question. The broker and/or resource adapter don't control the deployment of the MDB, that's the EJB container's job. That said, I believe the latest versions of Wildfly support using a system property in the annotation itself rather

Re: broker to broker testing scenario

2017-05-03 Thread Chro
> I'd use embedded Camel routes P.S. I forgot to say that we are using Camel, but have not yet tried enabling it in an ActiveMQ message broker. Your reply confirms that this is probably the way to go. It looks fairly straightforward (there is an example in the activemq examples folder). --

Re: broker to broker testing scenario

2017-05-03 Thread Chro
Thanks for the reassurance -- it's easy to miss things. (Sorry I didn't get back to you sooner -- a long weekend -- but the reply is appreciated.) Jonathan -- View this message in context: http://activemq.2283324.n4.nabble.com/broker-to-broker-testing-scenario-tp4725331p4725502.html Sent

Re: Re: The connection is already closed

2017-05-03 Thread Chester_Zheng
Hi, Tim Happy to communicate with u again. I pasted the exception message on my first message. It didn't show any detailed or explicit hint. There's not any valuable info about how to deal with the problem. No any message is about Brokers. I only set the value