Re: Request-Response in ActiveMQ

2013-12-23 Thread khandelwalanuj
Please respond... -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769p4675813.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Request-Response in ActiveMQ

2013-12-23 Thread Joacim
Hi, At work we use another JMS provider but think the approach is the same. We use two different Request/Response patterns; Synchronous and Asynchronous. When using synchronous we normally try to receive the response with selector on JMSCorrelationId and have a timeout. When using asynchronous

activemq error message

2013-12-23 Thread barry.barnett
Is this just a standard error: 22 Dec 2013 22:45:40,112|~|ERROR|~|MaaEventAmqMessageListener|~|NA|~|NA|~|Err_MAA_001_10019|~|Error sending message to C2T queue.| Does anyone know what may cause this?

Re: Balancing messages

2013-12-23 Thread Rodrigo Ramos
Thanks. Im going to read about Apache Camel. 2013/12/22 cristisor cristisor...@yahoo.com Hi, If I'm not wrong, ActiveMQ handles only the delivery to the consumers and the producers are your responibility. Apache Camel has a load balancer, which takes a list of brokers and a balancing

Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread salemi
Hi , is there a way to detect that the connection to activemq is down using spring DefaultMessageListenerContainer. Thanks, Ali -- View this message in context:

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread Christian Posta
maybe you can explain more about what you're trying to do... DMLC acts kinda like the consumer for messages... connections are handled by the connection pool or connection factory. what are you trying to accomplish by having the consumer detect whether or not there's a connection failure? On Mon,

WebSocket with embedded ActiveMQ

2013-12-23 Thread hasalex
Hi everybody, I'm giving a try to TomEE which is embedding ActiveMQ. It's working fine with JMS, MQTT and WebSocket. For the WebSocket support I have to add some Jetty files and I find it ugly to add those Jetty files into Tomcat. So my question : is it the only way to add WebSocket support

[ANNOUNCE] Apache.NMS.ActiveMQ 1.6.2 Released

2013-12-23 Thread Timothy Bish
Hello The Apache.NMS.ActiveMQ 1.6.2 Release bundle is now available. This is a bugfix release that includes some fixes for MSDTC based transactions and some other minor bugs found since the 1.6.1 release. The Wiki Page for this release is here:

Re: WebSocket with embedded ActiveMQ

2013-12-23 Thread Christian Posta
What files do you have to add? ActiveMQ websocket support is provided using the underlying jetty implementation. On Mon, Dec 23, 2013 at 10:25 AM, hasalex alexis.hass...@gmail.com wrote: Hi everybody, I'm giving a try to TomEE which is embedding ActiveMQ. It's working fine with JMS, MQTT and

Re: Balancing messages

2013-12-23 Thread Christian Posta
May also have some luck looking at the fanout transport: http://activemq.apache.org/fanout-transport-reference.html On Mon, Dec 23, 2013 at 8:57 AM, Rodrigo Ramos crackdu...@gmail.com wrote: Thanks. Im going to read about Apache Camel. 2013/12/22 cristisor cristisor...@yahoo.com Hi, If

Re: activemq error message

2013-12-23 Thread Christian Posta
Don't think this error is from activemq.. maybe from a library you're using to connect or listen to messages? On Mon, Dec 23, 2013 at 6:30 AM, barry.barn...@wellsfargo.com wrote: Is this just a standard error: 22 Dec 2013

Re: Setting up ActiveMQ 5.9.0 Master/Slave Shared File System

2013-12-23 Thread Christian Posta
how did you install activemq? from the tarball distro here? http://activemq.apache.org/download.html On Mon, Dec 23, 2013 at 7:18 AM, Saurav saurav@gmail.com wrote: Now I am able to access the web console and connect to broker on tcp port but when I try to access hawtio monitoring web

Re: MQ broker crash

2013-12-23 Thread Christian Posta
Did you have any corruption of kahadb files outside of the broker? On Sun, Dec 22, 2013 at 4:53 AM, senthil.arumugam senthilkumar...@gmail.com wrote: Hi, We are using ActiveMQ 5.5.1 and recently the broker crashed. It failed to restart until we cleared all the data files. Any help to

Re: remove DLQ message

2013-12-23 Thread Christian Posta
Could you have a camel route or some process periodically consume the DLQ and process them/ignore them? Alternatively you could create a broker filter that sets a specific expiration anytime (eg, 5 min or something) whenever a message is sent to DLQ...

Re: WebSocket with embedded ActiveMQ

2013-12-23 Thread hasalex
I've added the following files : jetty-server.jar, jetty-servlet.jar and jetty-websocket.jar. It's working fine, but tomcat has a built-in servlet and WebSocket support, it hurts me to add the same jar files from jetty. Probably not a real problem, just something stange. -- View this

Re: Setting up ActiveMQ 5.9.0 Master/Slave Shared File System

2013-12-23 Thread Saurav
Yes I have downloaded from apache activemq website. For time being now to monitor the cluster I have deployed the ActiveMQ 5.9.0 web-console.war file on Tomcat 7.0.35. I am able to use old web console to monitor the Master/Slave. But how shall I configure hawtio web console to monitor the

Re: Competing consumers + redelivery policy

2013-12-23 Thread gllambi
Sorry Tuly, my mistake! I'm a bit new with AMQ :( now with the nonBlockingRedelivery property is redelivery of messages doesn't affect the normal delivery. Unfortunatelly, now I've got another related issue: the exponential backoff does not work well I'm using AMQ 5.7 and here's my config:

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread salemi
We have the requirement that if the connection between consumer an AMQ has been down for 1 hours then we have to take some action in our application. That is why we need to know if connection between DMLC is down. Thanks, Ali -- View this message in context:

InterruptedException with ActiveMQ broker

2013-12-23 Thread khandelwalanuj
Hi, I am seeing this exception (stack trace below). Curious what might be causing the interruption, and what this error means ? Stack Trace: - [ 2013-12-24 04:01:21,157 [InactivityMonitor Async Task:

Re: InterruptedException with embedded 5.5.0 broker

2013-12-23 Thread khandelwalanuj
I have also seen the same issue today. Can someone from ActiveMQ dev team will let us know , Why this is happening ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/InterruptedException-with-embedded-5-5-0-broker-tp3487950p4675846.html Sent from the