@MessageBundle(projectCode="AMQ")
public interface ActiveMQJMSClientBundle
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQJMSClientBundle |
BUNDLE |
static final ActiveMQJMSClientBundle BUNDLE
@Message(id=139000,
value="Invalid filter: {0}",
format=MESSAGE_FORMAT)
ActiveMQInvalidFilterExpressionException invalidFilter(@Cause
Throwable e,
SimpleString filter)
@Message(id=139001,
value="Invalid Subscription Name. It is required to set the subscription name")
ActiveMQIllegalStateException invalidSubscriptionName()
@Message(id=139002,
value="Destination {0} does not exist",
format=MESSAGE_FORMAT)
ActiveMQNonExistentQueueException destinationDoesNotExist(SimpleString destination)
@Message(id=139003,
value="name cannot be null")
IllegalArgumentException nameCannotBeNull()
@Message(id=139004,
value="name cannot be empty")
IllegalArgumentException nameCannotBeEmpty()
@Message(id=139005,
value="It is illegal to call this method from within a Message Listener")
javax.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
@Message(id=139006,
value="It is illegal to call this method from within a Message Listener")
javax.jms.IllegalStateException callingMethodFromListener()
@Message(id=139007,
value="It is illegal to call this method from within a Completion Listener")
javax.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
@Message(id=139008,
value="It is illegal to call this method from within a Completion Listener")
javax.jms.IllegalStateException callingMethodFromCompletionListener()
@Message(id=139009,
value="Null {0} is not allowed",
format=MESSAGE_FORMAT)
IllegalArgumentException nullArgumentNotAllowed(String type)
@Message(id=139010,
value="Topic (Destination) cannot be null")
javax.jms.InvalidDestinationException nullTopic()
@Message(id=139011,
value="LargeMessage streaming is only possible on ByteMessage or StreamMessage")
javax.jms.IllegalStateException onlyValidForByteOrStreamMessages()
@Message(id=139012,
value="The property name \'\'{0}\'\' is not a valid java identifier.",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException invalidJavaIdentifier(String propertyName)
@Message(id=139013,
value="Message is read-only")
javax.jms.MessageNotWriteableException messageNotWritable()
@Message(id=139014,
value="Message is write-only")
javax.jms.MessageNotReadableException messageNotReadable()
@Message(id=139015,
value="Illegal deliveryMode value: {0}",
format=MESSAGE_FORMAT)
javax.jms.JMSException illegalDeliveryMode(int deliveryMode)
Copyright © 2020 The Apache Software Foundation. All rights reserved.