@MessageBundle(projectCode="AMQ")
public interface ActiveMQJMSClientBundle
| Modifier and Type | Field and Description |
|---|---|
static ActiveMQJMSClientBundle |
BUNDLE |
static final ActiveMQJMSClientBundle BUNDLE
@Message(id=129000,
value="Invalid filter: {0}",
format=MESSAGE_FORMAT)
ActiveMQInvalidFilterExpressionException invalidFilter(@Cause
Throwable e,
SimpleString filter)
@Message(id=129001,
value="Invalid Subscription Name. It is required to set the subscription name")
ActiveMQIllegalStateException invalidSubscriptionName()
@Message(id=129002,
value="Destination {0} does not exist",
format=MESSAGE_FORMAT)
ActiveMQNonExistentQueueException destinationDoesNotExist(SimpleString destination)
@Message(id=129003,
value="name cannot be null")
IllegalArgumentException nameCannotBeNull()
@Message(id=129004,
value="name cannot be empty")
IllegalArgumentException nameCannotBeEmpty()
@Message(id=129005,
value="It is illegal to call this method from within a Message Listener")
javax.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
@Message(id=129006,
value="It is illegal to call this method from within a Message Listener")
javax.jms.IllegalStateException callingMethodFromListener()
@Message(id=129007,
value="It is illegal to call this method from within a Completion Listener")
javax.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
@Message(id=129008,
value="It is illegal to call this method from within a Completion Listener")
javax.jms.IllegalStateException callingMethodFromCompletionListener()
@Message(id=129009,
value="Null {0} is not allowed",
format=MESSAGE_FORMAT)
IllegalArgumentException nullArgumentNotAllowed(String type)
@Message(id=129010,
value="Topic (Destination) cannot be null")
javax.jms.InvalidDestinationException nullTopic()
@Message(id=129011,
value="LargeMessage streaming is only possible on ByteMessage or StreamMessage")
javax.jms.IllegalStateException onlyValidForByteOrStreamMessages()
@Message(id=129012,
value="The property name \'\'{0}\'\' is not a valid java identifier.",
format=MESSAGE_FORMAT)
javax.jms.JMSRuntimeException invalidJavaIdentifier(String propertyName)
@Message(id=129013,
value="Message is read-only")
javax.jms.MessageNotWriteableException messageNotWritable()
@Message(id=129014,
value="Message is write-only")
javax.jms.MessageNotReadableException messageNotReadable()
@Message(id=129015,
value="Illegal deliveryMode value: {0}",
format=MESSAGE_FORMAT)
javax.jms.JMSException illegalDeliveryMode(int deliveryMode)
Copyright © 2018 The Apache Software Foundation. All rights reserved.