Modifier and Type | Method and Description |
---|---|
void |
ClientSession.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
ClientSessionFactory |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
boolean |
ClientSession.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
boolean |
ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionImpl.addFailoverListener(FailoverEventListener listener) |
ClientSessionFactoryImpl |
ClientSessionFactoryImpl.addFailoverListener(FailoverEventListener listener) |
boolean |
ClientSessionImpl.removeFailoverListener(FailoverEventListener listener) |
boolean |
ClientSessionFactoryImpl.removeFailoverListener(FailoverEventListener listener) |
Modifier and Type | Method and Description |
---|---|
FailoverEventListener |
ActiveMQConnection.getFailoverListener() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQConnection.setFailoverListener(FailoverEventListener listener)
Sets a FailureListener for the session which is notified if a failure occurs on the session.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQMessageHandler
The message handler
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.