@MessageBundle(projectCode="AMQ")
public interface ActiveMQJMSServerBundle
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQJMSServerBundle |
BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
ActiveMQAddressExistsException |
cfBindingsExists(String name) |
ActiveMQInternalErrorException |
cfDoesntExist(String name) |
ActiveMQIllegalStateException |
discoveryGroupDoesntExist(String name) |
ActiveMQIllegalStateException |
errorDecodingPassword(Exception e) |
ActiveMQIllegalStateException |
noConnectorNameConfiguredOnCF(String name) |
ActiveMQIllegalStateException |
noConnectorNameOnCF() |
static final ActiveMQJMSServerBundle BUNDLE
@Message(id=129000,
value="Connection Factory {0} does not exist",
format=MESSAGE_FORMAT)
ActiveMQInternalErrorException cfDoesntExist(String name)
@Message(id=129003,
value="Discovery Group \'\'{0}\'\' does not exist on main config",
format=MESSAGE_FORMAT)
ActiveMQIllegalStateException discoveryGroupDoesntExist(String name)
@Message(id=129004,
value="No Connector name configured on create ConnectionFactory")
ActiveMQIllegalStateException noConnectorNameOnCF()
@Message(id=129005,
value="Connector \'\'{0}\'\' not found on the main configuration file",
format=MESSAGE_FORMAT)
ActiveMQIllegalStateException noConnectorNameConfiguredOnCF(String name)
@Message(id=129006,
value="Binding {0} is already being used by another connection factory",
format=MESSAGE_FORMAT)
ActiveMQAddressExistsException cfBindingsExists(String name)
@Message(id=129007,
value="Error decoding password using codec instance")
ActiveMQIllegalStateException errorDecodingPassword(@Cause
Exception e)
Copyright © 2020 The Apache Software Foundation. All rights reserved.