Package org.apache.activemq.artemis.ra
Interface ActiveMQRABundle
-
- All Known Implementing Classes:
ActiveMQRABundle_$bundle
@MessageBundle(projectCode="AMQ") public interface ActiveMQRABundleLogger Code 15 each message id must be 6 digits long starting with 15, the 3rd digit should be 9 so 159000 to 159999
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQRABundleBUNDLEstatic java.lang.StringISEError message for strict behaviour
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.activemq.artemis.api.core.ActiveMQIllegalStateExceptionerrorDecodingPassword(java.lang.Exception e)javax.jms.JMSRuntimeExceptionillegalJEEMethod()javax.jms.JMSRuntimeExceptioninvalidAcknowledgeMode(int sessionMode)javax.jms.JMSRuntimeExceptioninvalidClientAcknowledgeModeRuntime()javax.jms.JMSRuntimeExceptioninvalidSessionTransactedModeRuntime()javax.jms.JMSExceptioninvalidSessionTransactedModeRuntimeAllowLocal()javax.resource.NotSupportedExceptionnoActivationSpec()java.lang.IllegalArgumentExceptionnoDestinationName()
-
-
-
Field Detail
-
ISE
static final java.lang.String ISE
Error message for strict behaviour- See Also:
- Constant Field Values
-
BUNDLE
static final ActiveMQRABundle BUNDLE
-
-
Method Detail
-
errorDecodingPassword
@Message(id=159000, value="Error decoding password using codec instance") org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException errorDecodingPassword(@Cause java.lang.Exception e)
-
noActivationSpec
@Message(id=159001, value="MDB cannot be deployed as it has no Activation Spec. Please provide an Activation!") javax.resource.NotSupportedException noActivationSpec()
-
noDestinationName
@Message(id=159002, value="Please provide a destination for the MDB") java.lang.IllegalArgumentException noDestinationName()
-
illegalJEEMethod
@Message(id=159003, value="This method is not applicable inside the application server. See the JEE spec, e.g. JEE 7 Section 6.7") javax.jms.JMSRuntimeException illegalJEEMethod()
-
invalidSessionTransactedModeRuntime
@Message(id=159004, value="Invalid Session Mode SESSION_TRANSACTED") javax.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
-
invalidClientAcknowledgeModeRuntime
@Message(id=159005, value="Invalid Session Mode CLIENT_ACKNOWLEDGE") javax.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
-
invalidAcknowledgeMode
@Message(id=159006, value="Invalid Session Mode {0}", format=MESSAGE_FORMAT) javax.jms.JMSRuntimeException invalidAcknowledgeMode(int sessionMode)
-
invalidSessionTransactedModeRuntimeAllowLocal
@Message(id=159007, value="Invalid Session Mode SESSION_TRANSACTED, to enable Local Transacted Sessions you can set the allowLocalTransactions (allow-local-transactions) on the resource adapter") javax.jms.JMSException invalidSessionTransactedModeRuntimeAllowLocal()
-
-