Package com.tibco.tibjms
Interface TibjmsMulticastExceptionListener
-
public interface TibjmsMulticastExceptionListener
If EMS detects a serious Multicast problem, it informs the TibjmsMulticastExceptionListener, if one has been registered. It does this by calling the listener's onMulticastException method, passing it the affected MessageConsumer and a JMSException argument describing the problem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onMulticastException(Connection connection, Session session, MessageConsumer consumer, JMSException exception)
Deprecated.As of release 8.3
-
-
-
Method Detail
-
onMulticastException
@Deprecated void onMulticastException(Connection connection, Session session, MessageConsumer consumer, JMSException exception)
Deprecated.As of release 8.3This mehod Invoked when the a mutlicast problem has been identified.- Parameters:
connection
- The connection affected by the multicast exceptionsession
- The session affected by the multicast exceptionconsumer
- The consumer affected by the multicast exceptionexception
- A JMS Exception identifying the problem- Since:
- EMS 5.0
-
-