ActiveMQ has 2 consumers for one queue, should only have 1

2016-09-20 Thread bwilson
We have an instance of activeMQ having queues that have consumers running on multiple Tomcat servers. For each queue associated with the various servers except one, there is one consumer showing in the ActiveMQ admin for it's related queue. The exception is one queue is showing up as having 2

Re: Anyone going to JavaOne? Proposed Hackathon

2016-09-20 Thread artnaseef
I am in town. Sent from my iPhone > On Sep 14, 2016, at 5:14 PM, John D. Ament-2 [via ActiveMQ] > wrote: > > Hey, > > I know I've been busy the past few weeks. Wondering if anyone else from > ActiveMQ is planning to be at JavaOne next week?

No formal RAR distribution for Artemis?

2016-09-20 Thread John D. Ament
Hey, Just wrapped up the hacking. Its looking good so far. Just curious, one of the issues that was encountered is that there's no default rar generated for Artemis. Should there be? there's an example that ships, maybe it would make sense to include this in the main packages?

[GitHub] activemq-artemis pull request #783: Rename misleading divertBindingNotExists...

2016-09-20 Thread scop
GitHub user scop opened a pull request: https://github.com/apache/activemq-artemis/pull/783 Rename misleading divertBindingNotExists to divertBindingAlreadyExists You can merge this pull request into a Git repository by running: $ git pull

Re: ActiveMQ NMS and the new .NET Core

2016-09-20 Thread Jim Gomes
It's likely that it does work on .NET Core. Unfortunately, I can't get .NET Core to work on my machine, since I don't use the specific version of Ubuntu Linux that is required. I run Debian Linux. Until Microsoft provides a version of .NET Core that runs on multiple distros, the supported use

Re: ActiveMQ NMS and the new .NET Core

2016-09-20 Thread Brian Cole
I think it would be very nice to have the NMS libraries work with .Net Core. I sadly learned today that Mono does not support TLS 1.2. As TLS 1.2 is required for us, Mono is not an avenue that provides Linux support in our case. -- View this message in context:

[GitHub] activemq-artemis pull request #782: ARTEMIS-738 Improving TX support on AMQP

2016-09-20 Thread gemmellr
Github user gemmellr commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/782#discussion_r79623050 --- Diff: artemis-protocols/artemis-proton-plug/src/main/java/org/proton/plug/context/server/ProtonServerSessionContext.java --- @@ -60,6 +61,9

[GitHub] activemq-artemis pull request #782: ARTEMIS-738 Improving TX support on AMQP

2016-09-20 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/782#discussion_r79620023 --- Diff: artemis-protocols/artemis-proton-plug/src/main/java/org/proton/plug/context/server/ProtonServerSessionContext.java --- @@ -60,6 +61,9 @@