That depends on a lot of factors including message size and network/broker
topology.
I’ve had it pushing over 15k/messages/sec before. Took a lot of work and having
the broker and clients on the same hw switch.
> On Apr 15, 2015, at 5:58 AM, mahendran m wrote:
>
> What is maximum rate at whi
Easy.
http://activemq.apache.org/networks-of-brokers.html
On Nov 25, 2010, at 3:42 PM, Héctor Cen wrote:
> I have the following use case:
> The brokers amq1, amq2 and amq3 needs to be linked to each other with
> 1) I should be able to send message to any of the brokers.
> 2) Assuming I have onl
In that scenario if your master's disk fails your messages are toast. It also
assumes the master comes back online while the messages are still relevant.
It's not a HA config.
On Oct 28, 2010, at 10:45 AM, kseelam wrote:
>
> Hi,
>
> We have tested with 2 brokers as Master/slave, if any messag
On Sep 16, 2010, at 4:11 AM, javadev wrote:
> I tried to delete "activemq-data" dir and restart Tomcat, then delete lock
> file and restart Tomcat. Nothing help.
A lock file is getting created?
Typically you have
N Initiators --> Broker --> Y Targets
So you'd start a broker. Then your programs that are feeding and the programs
that are consuming messages.
On Sep 16, 2010, at 5:30 AM, pp wrote:
>
> Thanks gary.
>
> So we should have the initiator and target both should have the ac
That info is exposed through JMX. Fire up jconsole and browse and you'll see it.
On Sep 8, 2010, at 8:47 AM, Don Santillan wrote:
> Hello,
>
> Is there a way to monitor or count the queue size programmatically?
>
> Can I see a sample code snippet?
>
> Thanks!
> Don
I'm blissfully Windows ignorant but you do have something already on that port.
On Aug 2, 2010, at 9:31 AM, dispencer wrote:
> TCPcit-sysnmscsm:1048 cit-sysnmscsm:61616ESTABLISHED
> TCPcit-sysnmscsm:1056 cit-sysnmscsm:61616ESTABLISHED
On Aug 2, 2010, at 9:08 AM, dispencer wrote:
>
> Hi all, im really struggling to work whats wrong with my ActiveMQ startup, I
> had it working oneday restarted the server and it no longer works. Any kind
> of help is appreciated.
Check to see what's running on that port already. On most unix l
Use a mirrored queue and have a camel route subscribe to the virtual topic.
http://activemq.apache.org/mirrored-queues.html
On Jul 7, 2010, at 8:56 AM, BenXS wrote:
>
> Ok, but this would require changes at the producer side.
>
> I need a solution where the source code on the producer side wil
You did do something wrong! You forgot to attach the test case :)
On Apr 16, 2010, at 11:59 AM, Jamie McCrindle wrote:
> Hiya,
>
> We've been getting an issue with using a static Network of Brokers
> where if we publish something to broker 1, it doesn't get picked up by
> broker 2. We've tried v
Available for purchase and instant download at:
http://www.manning.com/snyder/
On Mar 28, 2010, at 10:50 AM, Mparida wrote:
>
> Hi,
>
> If any one has the ActiveMQ In Action Book (Manning Pub). Then please share
> @ manojpari...@gmail.com. I need this book urgently.
>
> Thx,
> Manoj
> --
> V
On Mar 20, 2010, at 10:22 PM, sand...@i2it wrote:
> In my JMS application i want to receive messages from a queue only if
> particular condition is true. otherwise wait until that condition becomes
> true. A sender can send multiple messages within that timespan, the JMS
> should store all thos
On Mar 19, 2010, at 2:53 PM, Eibwen wrote:
> So i am wondering how can i setup the broker to allow both types of
> transports, or would i need two brokers running with a networkConnector
> between them?
You can setup as many types as you like in a broker, just assign each to a
different port.
On Mar 15, 2010, at 10:32 PM, sand...@i2it wrote:
> Hello,
>I want to send e-mails to new user registered on my website. I want 100%
> mail delivery, i don't have control over my smtp server. Right now my
> program is directly sending message to smtp server but if that smtp server
> is down th
On Mar 10, 2010, at 2:19 PM, cmoulliard wrote:
> I have defined a camel route to read messages published in the topics for
> advisory
>
> ex :
>
>uri="activemq:topic:ActiveMQ.Advisory.Consumer.Queue.IN" />
>
>
>
>
>
> Surprisingly, the body receive
On Mar 7, 2010, at 1:00 PM, Bruce Snyder wrote:
> Yes, this is Rob's recommendation. Below is a depiction of how it should work:
>
> brokerA-old --(network connection)--> brokerB-new
>
> * brokerA-old is configured to use the AMQ store
> * brokerB-new is configured to use the KahaDB store
>
>
On Mar 3, 2010, at 3:29 AM, aness123 wrote:
>
> I'm using ActiveMQ 5.3.0 and Java Message Service to send and receive
> message to/from several queues. I wanna send 1000 messages and more by my
> program by using a MessageProducer. Unfortunately sending jams when I send
> more than 300 messages.
17 matches
Mail list logo