0
votes
1answer
15 views
What does the last digit in the ActiveMQ message ID represent?
I have a system that seems to be working fine, but when a certain process writes a message, I get 10 messages appear in the queue. They are all almost duplicates, but the last sec …
0
votes
1answer
11 views
activemq consumer enumeration
Is it possible to use an activemq consumer (in .NET) like this?
foreach (var msg in consumer) {
// process message
}
such that the enumeration loop stops, without consuming CPU …
0
votes
1answer
389 views
ActiveMQ 5.2.0 + REST + HTTP POST = java.lang.OutOfMemoryError
First off, I am a newbie when it comes to JMS & ActiveMQ.
I have been looking into a messaging solution to serve as middleware for a message producer that will insert XML mess …
0
votes
2answers
36 views
How can a .Net application become a subscriber to a JMS (ActiveMQ) topic?
Please lay out the various ways for a .Net application to become a JMS (ActiveMQ) topic subscriber. Detailed and production-quality solutions would of course be best.
10
votes
6answers
3k views
ActiveMQ or RabbitMQ or ZeroMQ or…
We'd be interested to hear any experiences with the pros and cons of ActiveMQ vs RabbitMQ vs ZeroMQ. Information about any other interesting message queues is also welcome.
-1
votes
0answers
24 views
ActiveMQ store-and-forward broker hangs after failover of master-slave pair
Hi all,
I'm encountering some problem with ActiveMQ 5.3. We have the following setup:
- A master-slave pair ('master' and 'slave')
- A broker ('broker') that forwards messages to …
1
vote
2answers
79 views
ActiveMQ Consumer / Producer Connection Listener
I can't seem to find a way to listen for new producer and consumer connections (or connection interrupts) in ActiveMQ (Java Version). I want to be able to tell the consumers (or th …
0
votes
1answer
5 views
How do I turn on JMX in ActiveMQ 5.2
Whats the proper way to enable JMX in ActiveMQ 5.2? I've seen conflicting documents, so I was wondering if anyone out there knows what the proper config file change should be. I th …
0
votes
1answer
8 views
What do some of the fields returned from ActiveMQ.Agent query mean?
I'm trying to do some kind of administration on our activemq process, and I'd like to know what some of the fields mean that I get back.
Specifically,
What is InFlightCount? Is t …
1
vote
4answers
90 views
What is the best alternative way of monitoring apache Active MQ other than using JMX API
Hi,
I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ.
But the problem is, i dont want …
0
votes
2answers
267 views
ActiveMQ Message Receipt Event Only One Message Per Second?
We've built up an application infrastructure based on ActiveMQ.
We can send and receive messages just fine, and for the most part things are pretty fast and OK.
However, we've no …
0
votes
0answers
15 views
Sun JMS bridge to ActiveMQ to .NET
I have Sun's Message Queue 4.3. Default installation on localhost using imqbroker daemon. Opened one queue.
I want to consume messages written to the queue above from .NET.
I und …
0
votes
0answers
27 views
How do you specify an ActiveMQ binding in a config file?
I get the impression, that ActiveMQ can be consumed as a WCF binding, but examples are hard to come by. Can anyone point out an example where ActiveMQ is used as the protocol for a …
3
votes
2answers
141 views
How do I create a queue browser (preview not consume) in C# for an ActiveMQ queue?
I'm using the NMS API for reading/writing ActiveMQ in C#, and I cannot find a way to preview the messages on a queue. I could read and rollback - but that'll make them DLQ eventua …
0
votes
1answer
76 views
ActiveMQ C# + network of brokers
Hello,
I'm setting up a notification service using ActiveMQ, in C#.
My ActiveMQ topology is a network of brokers: I've a pool of brokers and my clients use the failover uri to ran …
