Guest
Welcome login


TIBCOmmunity > Products > Messaging > Enterprise Message Service > Conversations
Home   Members Communities
Conversations () Resources () Blogs ()

Enterprise Message Service

Up to Conversations in Enterprise Message Service

This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)

Retry Logic using JMS

Created on: Jul 8, 2009 9:05 PM

The requirement is that when the messaging fails due to error ,i want to retry sending the message again from the publisher/client using EMS/JMS.Is there any way to notify the client to resend the message in case of failure/error? Is there any activity or config?

Click to view Sandil Srinivasan's profile Dabbler 7 posts since
Aug 4, 2008
1. Jul 24, 2009 6:38 AM in response to: paulg97
Re: Retry Logic using JMS

Are you using Java or BW? In Java you can set an Exception Listener, handle exceptions and build a reconnection logic -- usually done using a retryCount and retryInterval parameters in your code.



More Like This

  • Retrieving data ...