Re: Memory leak with apache artemis 2.1.0

2017-07-26 Thread Clebert Suconic
The way releases work at apanhe is. You propose a release in the dev list. Then people try it and vote +1 or -1. There is a release candidate I started yesterday. Look at the activemq dev list. In any case the candidate release is here.

Re: Artemis: AMQP bridges

2017-07-26 Thread Clebert Suconic
Although I will fix core bridge this week. My next task. On Wed, Jul 26, 2017 at 11:16 AM adagys wrote: > In our setup we have multiple independent Artemis brokers, linked together > by > core bridges to form a peer-to-peer network. We'd like to ensure that the >

Re: Artemis: AMQP bridges

2017-07-26 Thread Justin Bertram
I'm curious about the use-case here. Can you elaborate on this a bit? As Clebert mentioned, Qpid Dispatch Router may fit your needs. For certain use cases it can be quite powerful. Justin On Wed, Jul 26, 2017 at 10:16 AM, adagys wrote: > In our setup we have multiple

Re: Artemis: AMQP bridges

2017-07-26 Thread Clebert Suconic
Take a look on qpid dispatch. On Wed, Jul 26, 2017 at 11:16 AM adagys wrote: > In our setup we have multiple independent Artemis brokers, linked together > by > core bridges to form a peer-to-peer network. We'd like to ensure that the > wire-level protocol used is always

Delete/Purge Topic

2017-07-26 Thread meghaauti
Hello All, I am using ActiveMQ 5.13.3 I have multiple topics and single kahadb folder. My requirement is to delete/purge a specific topic using php code I am trying to use curl request for the same but some how not able to get the proper url. Please do you have any idea/suggestion to do the

Re: How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread Timothy Bish
On 07/26/2017 12:01 PM, zaeem wrote: Below snippets lets you list Queues on the broker,Topics but i need something similar to list consumers on Queues for that broker by just passing a Queue Name. No such API exists outside JMX, you have to do the work using only advisories and statistics

Re: How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread Timothy Bish
On 07/26/2017 11:56 AM, zaeem wrote: I have already checked the examples. Those let you create a queue or create a consumer and producer on existing queue or new queue. I'm only after finding information on an Existing Queue and how many producers there are under that queue. The example on SO

Re: How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread zaeem
Below snippets lets you list Queues on the broker,Topics but i need something similar to list consumers on Queues for that broker by just passing a Queue Name. public const string QUEUE_ADVISORY_DESTINATION = "ActiveMQ.Advisory.Queue"; public const string

Re: How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread zaeem
I have already checked the examples. Those let you create a queue or create a consumer and producer on existing queue or new queue. I'm only after finding information on an Existing Queue and how many producers there are under that queue. So Im able to successfully connect to AMQ using the

Artemis: AMQP bridges

2017-07-26 Thread adagys
In our setup we have multiple independent Artemis brokers, linked together by core bridges to form a peer-to-peer network. We'd like to ensure that the wire-level protocol used is always AMQP (1.0), but the core bridges seem to only support core (which makes sense) and perform message conversion.

Re: How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread Timothy Bish
On 07/26/2017 09:38 AM, zaeem wrote: Is there a way in C# to do following a) Find All Queues b) For each Queue, find the count of consumers and Id/Name of Consumer c) For each Queue, find the count of produces and Id/Name of Producer I have used NMS but it does not give me a way of finding

Re: Duplicate messages received with ActiveMQ 5.13.2

2017-07-26 Thread tpavelka
I double checked just to make sure: There is this code in org.apache.activemq.network.NetworkBridgeFactory public static DemandForwardingBridge createBridge(NetworkBridgeConfiguration configuration, Transport localTransport, Transport

Re: Duplicate messages received with ActiveMQ 5.13.2

2017-07-26 Thread Tim Bain
Those stats clearly show that the duplication occurs when forwarding from A to B, so my question of whether conduitSubscriptions is in use for that link is even more pertinent. My guess is that you'll find that it's not, and that enabling it fixes this behavior. Tim On Jul 26, 2017 7:13 AM,

How to find consumers on an exiting ActiveMQ Queue in c#

2017-07-26 Thread zaeem
Is there a way in C# to do following a) Find All Queues b) For each Queue, find the count of consumers and Id/Name of Consumer c) For each Queue, find the count of produces and Id/Name of Producer I have used NMS but it does not give me a way of finding Consumer count for a Queue or name of

Re: Duplicate messages received with ActiveMQ 5.13.2

2017-07-26 Thread tpavelka
I plan to debug further, but right now I have statistics for one message sent from A to topic T. This is best shown in a table, but I don't want to mess up formatting in email clients, so here it is in CSV: With audit on: audit on,A,B,C,D,, Enqueue count,1,2,1,1 Dequeue count,2,2,1,1 Dispatch

Re: Duplicate messages received with ActiveMQ 5.13.2

2017-07-26 Thread Tim Bain
I can't answer question #2, so I asked the dev list if someone could answer it. For #1, what you're seeing is not expected when conduitSubscriptions is in use. In fact, this behavior is expected when someone fails to use conduitSubscriptions, so it's odd that you're seeing it with

Re: Performance. Single producer and consumer is slow - 2 producers and 2 consumers is fast.

2017-07-26 Thread Tim Bain
That sounds like a very plausible theory, and one I hadn't thought of. Nice work. Tim On Jul 25, 2017 10:51 AM, "Daniel" wrote: > I'm referring to this part of the code: > https://github.com/apache/activemq/blob/master/activemq- >

Re: Active MQ - Master/Slave Config Not working

2017-07-26 Thread Tim Bain
Heap dumps are useful in pretty limited circumstances (of which this is not one). What I was asking for is a thread dump, which will give the current stack trace for every thread in the JVM, so we can see where the failover transport is getting stuck. Tim On Jul 26, 2017 12:25 AM, "akpuvvada"

RE: Memory leak with apache artemis 2.1.0

2017-07-26 Thread REGINA Patrick
Hi, Where can I found artemis 2.2.0 I was on the page https://activemq.apache.org/artemis/download.html and https://activemq.apache.org/artemis/download.html but i didn't found the release 2.2.0. Cordialement, Patrick REGINA Digital PaaS – Technical officer Centre d'Expertise webMethods EDF

Re: Active MQ - Master/Slave Config Not working

2017-07-26 Thread akpuvvada
heapdump-1501050187914.zip Hi Tim, Please find attached the Head Dump. I am not sure how to read this, so, no idea what it is saying. Let us know if you find anything. -- View this message in context: