Could you post your consumer java code?
If you browse the queues, do you see messages being consumed?
http://incubator.apache.org/activemq/jmx.html
On 9/26/06, nusa <[EMAIL PROTECTED]> wrote:
James,
OK, I'm going to ignore this failover.
Back to my consumer, I'm using a queue ( I mean that what I expected ).
I modified my activemq.xml into :
...
<destinationPolicy>
<policyMap>
<policyEntries>
<policyEntry queue="SCANNINGDA.QUEUE>">
<dispatchPolicy>
<strictOrderDispatchPolicy />
</dispatchPolicy>
</policyEntry>
</policyEntries>
</policyMap>
</destinationPolicy>
...
undeploy, then deploy the war file.
Yet the onMessage got invoke again WITHOUT any message sent by the producer.
Any idea James ?
Thanks.
James.Strachan wrote:
>
> On 9/26/06, nusa <[EMAIL PROTECTED]> wrote:
>> Thanks James for a quick reply.
>>
>> failover: is only used on the client side. How and where to define it ?
>
> You only use it when configuring your JMS client - ignore it for using
> networkConnectors (i.e. connecting brokers to each other) as they use
> a failover mechanism by default
>
> http://incubator.apache.org/activemq/how-can-i-support-auto-reconnection.html
>
>
>> OK, sorry for incomplete info.
>> Everytime I startup my Tomcat, my consumer receveive a message, to be
>> precised
>> the onMessage method is invoked, WITHOUT the producer send any message.
>> Would that help ?
>
> I can't explain it I'm afraid. Are you using topics or queues? From
> your configuraiton you seem to be using queues with
> lastImageRecoveryPolicy (which is only intended for topics). If you
> are using last image recovery, then getting a message on startup is
> the desired behaviour :)
>
> --
>
> James
> -------
> http://radio.weblogs.com/0112098/
>
>
--
View this message in context:
http://www.nabble.com/Problem-with-failover-and-consumer-tf2337476.html#a6504817
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
--
James
-------
http://radio.weblogs.com/0112098/