[jira] [Commented] (AMQNET-464) we need the .net client to support the http transport layer

2014-05-23 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007517#comment-14007517 ] Jim Gomes commented on AMQNET-464: -- Would it make more sense to create a new REST provide

[jira] [Resolved] (AMQNET-477) Port the NMS library, Stomp and MQTT providers to Xamarin Android

2014-05-23 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-477. -- Resolution: Fixed Added new vs2013 solutions and android projects. No code changes necessary. > Port t

[jira] [Resolved] (AMQNET-478) Port the ignoreExpiration option from Apache.NMS.ActiveMQ to Apache.NMS.Stomp

2014-05-23 Thread Jim Gomes (JIRA)
[ https://issues.apache.org/jira/browse/AMQNET-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Gomes resolved AMQNET-478. -- Resolution: Fixed > Port the ignoreExpiration option from Apache.NMS.ActiveMQ to Apache.NMS.Stomp > ---

[jira] [Commented] (AMQ-5127) MQTT Subscriber with QoS.EXACTLY_ONCE receives messages even after unsubscribing from topic

2014-05-23 Thread Netlancer (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007279#comment-14007279 ] Netlancer commented on AMQ-5127: Hi, any updates on this. Thanks > MQTT Subscriber with

Re: mqtt subscription information not shared across network of brokers

2014-05-23 Thread Netlancer
Hi, It would be helpful if someone can provide input on this. Thanks, nl On 20.05.2014 19.56, Netlancer wrote: Hi, I am using activemq-5.10-SNAPSHOT codebase for mqtt. I tried the following scenario with 2 broker network ( with staticallyIncludedDestination ). the persistence store is not

Re: Persistent messages disappearing

2014-05-23 Thread Gary Tully
don't use failover with a networkConnector. it may be ok with staticBridge, but it is not something that is tested. The network connector keeps track of bridge creation and will recreate a bridge on a failure. So hiding any failure with failover is duplication of effort and may also be impeding bri

Re: [jira] [Updated] (AMQ-5198) MessageConsumer and Producer are not thread safe

2014-05-23 Thread fangchunliu
it's right , jms1.1 specification has say ,session is not thread safe, include messageProductor and messageConsumer. -- View this message in context: http://activemq.2283324.n4.nabble.com/jira-Updated-AMQ-5198-MessageConsumer-and-Producer-are-not-thread-safe-tp4681349p4681350.html Sent from the

[jira] [Resolved] (AMQ-5199) Outdated links on the "How can I see what destinations are used"

2014-05-23 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5199. --- Resolution: Fixed > Outdated links on the "How can I see what destinations are used" >

[jira] [Created] (AMQ-5199) Outdated links on the "How can I see what destinations are used"

2014-05-23 Thread Martin Lichtin (JIRA)
Martin Lichtin created AMQ-5199: --- Summary: Outdated links on the "How can I see what destinations are used" Key: AMQ-5199 URL: https://issues.apache.org/jira/browse/AMQ-5199 Project: ActiveMQ

Persistent messages disappearing

2014-05-23 Thread jamesH
Hi I'm having an issue with persistent messages getting lost with network connector forwarding messages. I've searched forums, tried fixing with inactivitymonitor but nothing seems to work. We have two external amq:s which puts messages on amq 5.9 locally through stomp. After some time (random) an

[jira] [Comment Edited] (AMQ-5198) MessageConsumer and Producer are not thread safe

2014-05-23 Thread Enrico Musuruana (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006996#comment-14006996 ] Enrico Musuruana edited comment on AMQ-5198 at 5/23/14 9:21 AM: --

[jira] [Updated] (AMQ-5198) MessageConsumer and Producer are not thread safe

2014-05-23 Thread Enrico Musuruana (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Musuruana updated AMQ-5198: -- Attachment: ActiveMq.zip Hi Timothy, I've attached a testcase that successfully hits the NPE whe

[jira] [Commented] (AMQ-5198) MessageConsumer and Producer are not thread safe

2014-05-23 Thread Enrico Musuruana (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-5198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006965#comment-14006965 ] Enrico Musuruana commented on AMQ-5198: --- Hi Timothy, unfortunately, as you might unde