Package | Description |
---|---|
org.apache.activemq.artemis.api.core.client |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.activemq.artemis.jms.client |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
ClientSessionFactory |
ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
void |
ClientSession.addFailoverListener(FailoverEventListener listener)
Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
|
boolean |
ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
boolean |
ClientSession.removeFailoverListener(FailoverEventListener listener)
Removes a FailoverEventListener to the session.
|
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.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.