@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") IllegalStateRuntimeException callingMethodFromListenerRuntime()
@Message(id=139006, value="It is illegal to call this method from within a Message Listener") IllegalStateException callingMethodFromListener()
@Message(id=139007, value="It is illegal to call this method from within a Completion Listener") IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
@Message(id=139008, value="It is illegal to call this method from within a Completion Listener") 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") InvalidDestinationException nullTopic()
@Message(id=139011, value="LargeMessage streaming is only possible on ByteMessage or StreamMessage") IllegalStateException onlyValidForByteOrStreamMessages()
@Message(id=139012, value="The property name \'\'{0}\'\' is not a valid java identifier.", format=MESSAGE_FORMAT) JMSRuntimeException invalidJavaIdentifier(String propertyName)
@Message(id=139013, value="Message is read-only") MessageNotWriteableException messageNotWritable()
@Message(id=139014, value="Message is write-only") MessageNotReadableException messageNotReadable()
@Message(id=139015, value="Illegal deliveryMode value: {0}", format=MESSAGE_FORMAT) JMSException illegalDeliveryMode(int deliveryMode)
Copyright © 2021 JBoss by Red Hat. All rights reserved.