Re: ActiveMQ traffic rate

2015-04-15 Thread Tracy Snell
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

Re: Failover and redundancy

2010-11-25 Thread Tracy Snell
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

Re: JDBC Master Slave approach with Journal for HA

2010-10-28 Thread Tracy Snell
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

Re: ActiveMQ can not lock store.

2010-09-16 Thread Tracy Snell
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?

Re: Need Help

2010-09-16 Thread Tracy Snell
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

Re: How to monitor queue size programmatically?

2010-09-08 Thread Tracy Snell
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

Re: Address already in use erros on startup.

2010-08-02 Thread Tracy Snell
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

Re: Address already in use erros on startup.

2010-08-02 Thread Tracy Snell
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

Re: Is there a way to duplicate incoming JMS msgs into second queue?

2010-07-07 Thread Tracy Snell
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

Re: Network of Brokers

2010-04-16 Thread Tracy Snell
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

Re: ActiveMQ in Action Book Required.

2010-03-28 Thread Tracy Snell
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

Re: JMS Receiving Messages Conditionally

2010-03-20 Thread Tracy Snell
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

Re: transportConnectors produce into http consume from tcp

2010-03-19 Thread Tracy Snell
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.

Re: Can we configure Receiving Application for JMS an SMTP server

2010-03-15 Thread Tracy Snell
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

Re: Advisory Messages & Camel Route & BodyNull

2010-03-11 Thread Tracy Snell
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

Re: Move from ActiveMq Message Store to KahaDB

2010-03-07 Thread Tracy Snell
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 > >

Re: ActiveMQ / JMS jam when message producer sends messages

2010-03-03 Thread Tracy Snell
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.