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.
https://repository.apache.org/content/repositories/orgap
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
> wire-level protocol used is alwa
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 independent Artemis bro
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 AMQP (1.0), but the core
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 same?
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
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 d
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 TOPIC_ADVISORY_DESTINATIO
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 snippe
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.
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 C
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 remo
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, "tpav
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 th
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 cou
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
conduitSubscript
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-
> broker/src/main/java/org/apache/activemq/broker/region/Queue.jav
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" wr
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
19 matches
Mail list logo