@MessageBundle(projectCode="AMQ")
public interface ActiveMQRABundle
Modifier and Type | Field and Description |
---|---|
static ActiveMQRABundle |
BUNDLE |
static String |
ISE
Error message for strict behaviour
|
Modifier and Type | Method and Description |
---|---|
ActiveMQIllegalStateException |
errorDecodingPassword(Exception e) |
javax.jms.JMSRuntimeException |
illegalJEEMethod() |
javax.jms.JMSRuntimeException |
invalidAcknowledgeMode(int sessionMode) |
javax.jms.JMSRuntimeException |
invalidClientAcknowledgeModeRuntime() |
javax.jms.JMSRuntimeException |
invalidSessionTransactedModeRuntime() |
javax.resource.NotSupportedException |
noActivationSpec() |
IllegalArgumentException |
noDestinationName() |
static final String ISE
static final ActiveMQRABundle BUNDLE
@Message(id=159000, value="Error decoding password using codec instance") ActiveMQIllegalStateException errorDecodingPassword(@Cause Exception e)
@Message(id=159001, value="MDB cannot be deployed as it has no Activation Spec. Please provide an Activation!") javax.resource.NotSupportedException noActivationSpec()
@Message(id=159002, value="Please provide a destination for the MDB") IllegalArgumentException noDestinationName()
@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()
@Message(id=159004, value="Invalid Session Mode SESSION_TRANSACTED") javax.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
@Message(id=159005, value="Invalid Session Mode CLIENT_ACKNOWLEDGE") javax.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
@Message(id=159006, value="Invalid Session Mode {0}", format=MESSAGE_FORMAT) javax.jms.JMSRuntimeException invalidAcknowledgeMode(int sessionMode)
Copyright © 2016 The Apache Software Foundation. All rights reserved.