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.
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 subscribe
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.blogs
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.
But I can't s
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
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.
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?
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 mai
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:
http://w