Re: Validation ActiveMQ URI

2013-08-22 Thread malina
Thanks for your answer ceposta:) Ye , i want validate correct parameters before i establish connection (here is sample of my code): String url = failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100; UrlValidator urlValidator = new

No message delivery vs ACTIVEMQ_MSGS

2013-08-22 Thread tomek
Hi, I'm working on ActiveMQ 5.8.0 with MySQL as a data source. The configuration of ActiveMQ is attached (activemq.xml). It is used in a basic scenario: a producer sends a short message (JSON object with 2 fields) with 5s delay to queue T on which 3 consumers listen. The consumers are created

Re: No message delivery vs ACTIVEMQ_MSGS

2013-08-22 Thread Gary Tully
enable TRACE level logging, it will give more information. it seems that the message audit on the cursor may see the second scheduled message as a duplicate. The audit is not persisted so it would explain why a restart helps. Using a destination policy entry, disable the message audit:

Re: ActiveMQ XA JBoss 6.1 problem

2013-08-22 Thread Gary Tully
if you can patch ActiveMQSession that will do it. Apply this change: http://svn.apache.org/viewvc/activemq/trunk/activemq-client/src/main/java/org/apache/activemq/ActiveMQSession.java?r1=1504279r2=1504278pathrev=1504279 On 21 August 2013 17:21, juanlopez juan.lopez...@gmail.com wrote: Hi I have

Re: No message delivery vs ACTIVEMQ_MSGS

2013-08-22 Thread tomek
Hi, adding enableAudit=false in policyEntry works like a charm. Thanks a lot! Having known it's enableAudit's responsibility I found an article describing a similar problem to mine: http://tmielke.blogspot.de/2012/03/i-have-messages-on-queue-but-they-dont.html . Cheers, Tomek -- View this

Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-22 Thread Namrata Patel
Hello, I am using Apollo MQ *Version: *1.6 with *STOMP 1.2* protocol. I was trying to send couple of messages in an transactional manner using BEGIN and COMMIT stomp commands. This works as expected and all messages get to the queue correctly but the producers count keeps increasing. Attached

Re: ActiveMQInputStream Message Acknowledgement

2013-08-22 Thread jobanovi
Hello! I have similar issue with ActiveMQ 5.8.0. I am sending a WAV file over AMQ using IOStreams. I don't have a problem with transfering the file from the producer side to the consumer side. But there is a problem on the consumer side with message acknowledgement (I think) and I can play the

Re: Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-22 Thread Hiram Chirino
Your just talking about the statistics counters? On Thu, Aug 22, 2013 at 8:06 AM, Namrata Patel namrata.pa...@synergytechservices.com wrote: Hello, I am using Apollo MQ Version: 1.6 with STOMP 1.2 protocol. I was trying to send couple of messages in an transactional manner using BEGIN and

Re: AMQ DeadLetterStrategy Not Being Respected

2013-08-22 Thread nezor
Mostly I have been using my route which is for a specific use case (jetty consumer - virtual topic - http4producer). But I just created something smaller which I've been testing with. bean id=exception class=java.lang.Exception / camelContext xmlns=http://camel.apache.org/schema/spring; route

Re: Unable to connect/send messages with MQTT transport from JMS client

2013-08-22 Thread tcarlyle
Im using the mqtt client library to publish a message in a topic of the activemq broker. And I was wondering how/if is it possible to read such message with a JMS client? As far as I understood the activemq broker would conver the message and indeed my JMS listener receives a message, however

Sometimes any active durable topic subscriber has pending queue message

2013-08-22 Thread rafael
I'm using mqtt with activemq 5.8.0 version. Sometimes any active durable topic subscriber has pending queue message like attached image shown. I think that there is no pending queue message if subscriber is online(=active).. Q: Can i check something to research this issue ? Thanks in advance BR

Re: Apollo MQ : when sending messages in transaction, producers count keeps increasing

2013-08-22 Thread Namrata Patel
Sorry but I don't think so, though I wish it was just that :) On the admin console http://192.168.31.70:61780/console/index.html , I cannot even open the queue (click on the name) now. It wont open to see those Message, Producer and Consumers tabs. But when i go to the old broker portal: