|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Issue in maxRedelivery for Websphere MQHi,
From my mule client 2.2.1, I'm trying to send Messages to a queue in MQ. In normal scenarios it works fine. But if there is any network issue, mule will not be able to send message to the MQ. I've used the 'maxRedelivery' for keep resending the message. But its not redelivering the message even the network connection is restored immediately. Following is my config file: <jms:connector name="jmsConnector" specification="1.1" connectionFactory-ref="mQfactory" username="abc" password="" disableTemporaryReplyToDestinations="true" maxRedelivery="1000" numberOfConcurrentTransactedReceivers="1"/> <spring:beans> <spring:bean id="mQfactory" class="com.ibm.mq.jms.MQConnectionFactory"> <spring:property name="hostName" value="${hostName}"/> <spring:property name="port" value="${port}"/> <spring:property name="transportType" value="${transportType}"/> <spring:property name="queueManager" value="${queueManager}"/> <spring:property name="rescanInterval" value="2000"/> </spring:bean> </spring:beans> Could someone explain how the redelivery works. Any help on this regard is much appreciated. Thanks Vaithi --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
|
|
|
Re: Issue in maxRedelivery for Websphere MQThanks Andrew. I've had a wrong perception on that.
But could you please give a hint on how to resend the failed message to MQ for a given number of times? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Issue in maxRedelivery for Websphere MQHave you looked at retry policies?
http://www.mulesource.org/display/MULE2USER/Configuring+Retry+Policies Depends on what constitutes a failure, perhaps. HTH A vaithi m wrote: > Thanks Andrew. I've had a wrong perception on that. > > But could you please give a hint on how to resend the failed message to MQ for a given number of times? > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > > Antoine Borg, Senior Consultant | Tel: +32 28 504 696 ricston Ltd., BP 2, 1180 Uccle, Brussels, BELGIUM See our full schedule of Mule and Android courses: http://www.ricston.com/courses/schedules/ email: _antoine.borg_@... <mailto:antoine.borg@...> | blog: blog.ricston.com <http://blog.ricston.com> | web: ricston.com <http://www.ricston.com/> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Issue in maxRedelivery for Websphere MQAntony, thanks for the reply.
I've also configured the Custom retry policies. But it is getting called only for the inbound JMS messages. If an outbound message fails, it doesnt seems to be retrying. Is that the correct behaviour? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Issue in maxRedelivery for Websphere MQWhat failure are you seeing? Do you have some exception logs we can look at?
A vaithi m wrote: > Antony, thanks for the reply. > > I've also configured the Custom retry policies. But it is getting called only for the inbound JMS messages. > If an outbound message fails, it doesnt seems to be retrying. > > Is that the correct behaviour? > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > > Antoine Borg, Senior Consultant | Tel: +32 28 504 696 ricston Ltd., BP 2, 1180 Uccle, Brussels, BELGIUM See our full schedule of Mule and Android courses: http://www.ricston.com/courses/schedules/ email: _antoine.borg_@... <mailto:antoine.borg@...> | blog: blog.ricston.com <http://blog.ricston.com> | web: ricston.com <http://www.ricston.com/> --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |