On 5/4/07, Bai Shen <[EMAIL PROTECTED]> wrote:
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,
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
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 again.
http://java.sun.co
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 Enqueu
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
Try looking at the queues & consumers in the broker
http://activemq.apache.org/how-can-i-monitor-activemq.html
On 5/3/07, Bai Shen <[EMAIL PROTECTED]> wrote:
jlim wrote:
>
> Hi,
>
> Can you check if you're calling the connection's start method
> (connection.start()) before starting your consu
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
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
Bai Shen wrote:
Okay, s