Resource Specs

2007-05-17 Thread Bai Shen
Is there any place listing what hardware various ActiveMQ configurations require? How many users you can support, etc? -- View this message in context: http://www.nabble.com/Resource-Specs-tf3774118s2354.html#a10671511 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Creating simple producer and consumer

2007-05-04 Thread Bai Shen
jlim wrote: For topics the consumer must be created first since messages are only delivered to the available consumers at the time the broker receives the message. For durable subscribers you can create a durable subscriber, kill it, run the producer, then start the subscriber

Re: Creating simple producer and consumer

2007-05-03 Thread Bai Shen
jlim wrote: Hi, Can you check if you're calling the connection's start method (connection.start()) before starting your consumers. You could also try running the example consumer that is included in the distribution to check if the problem is with your consumer. Regards, Jonas

Re: Creating simple producer and consumer

2007-05-03 Thread Bai Shen
Bai Shen wrote: James.Strachan wrote: Try looking at the queues consumers in the broker http://activemq.apache.org/how-can-i-monitor-activemq.html -- James --- http://macstrac.blogspot.com/ I can see the topic in the console and the Enqueue Count shows my messages

Creating simple producer and consumer

2007-05-02 Thread Bai Shen
Okay, so I used the code on the JNDI page to create a simple producer, and it seems to work fine. Then I modified it to be a consumer. However, it never consumes anything. I've even tried setting the messages to be durable, which I thought would allow me to run the producer, then the consumer.

Good example/tutorial sites for ActiveMQ

2007-04-30 Thread Bai Shen
I'm trying to learn about ActiveMQ, but I'm having a hard time finding useful example/tutorial sites. Does anyone know of any? Thanks! -- View this message in context: http://www.nabble.com/Good-example-tutorial-sites-for-ActiveMQ-tf3671760s2354.html#a10260021 Sent from the ActiveMQ - User

RE: Good example/tutorial sites for ActiveMQ

2007-04-30 Thread Bai Shen
Suchitha Koneru (sukoneru) wrote: How about starting with the Sun JMS tutorial: http://java.sun.com/products/jms/tutorial/ Once you understand JMS, there's also the Using ActiveMQ guide: http://activemq.org/site/using-activemq.html How much does ActiveMQ differ from JMS? --

ClassNotFoundException: org.apache.activemq.web.controller.PurgeDestination

2007-04-19 Thread Bai Shen
I'm trying to run the Web Console and whenever I run mvn jetty:run, I get the error in the subject. So the web console won't start. I've searched all of the src for this class and can't seem to find it. Any suggestions? This is running 4.1.1 stable -- View this message in context: