@MessageBundle(projectCode="HQ")
public interface HornetQJMSClientBundle
| Modifier and Type | Field and Description |
|---|---|
static HornetQJMSClientBundle |
BUNDLE |
static final HornetQJMSClientBundle BUNDLE
@Message(id=129000,
value="Invalid filter: {0}",
format=MESSAGE_FORMAT)
HornetQInvalidFilterExpressionException invalidFilter(@Cause
Throwable e,
SimpleString filter)
@Message(id=129001,
value="Invalid Subscription Name. It is required to set the subscription name",
format=MESSAGE_FORMAT)
HornetQIllegalStateException invalidSubscriptionName()
@Message(id=129002,
value="Destination {0} does not exist",
format=MESSAGE_FORMAT)
HornetQNonExistentQueueException destinationDoesNotExist(SimpleString destination)
@Message(id=129003,
value="name cannot be null",
format=MESSAGE_FORMAT)
IllegalArgumentException nameCannotBeNull()
@Message(id=129004,
value="name cannot be empty",
format=MESSAGE_FORMAT)
IllegalArgumentException nameCannotBeEmpty()
@Message(id=129005,
value="It is illegal to call this method from within a Message Listener",
format=MESSAGE_FORMAT)
javax.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
@Message(id=129006,
value="It is illegal to call this method from within a Message Listener",
format=MESSAGE_FORMAT)
javax.jms.IllegalStateException callingMethodFromListener()
@Message(id=129007,
value="It is illegal to call this method from within a Completion Listener",
format=MESSAGE_FORMAT)
javax.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
@Message(id=129008,
value="It is illegal to call this method from within a Completion Listener",
format=MESSAGE_FORMAT)
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",
format=MESSAGE_FORMAT)
javax.jms.InvalidDestinationException nullTopic()
@Message(id=129011,
value="LargeMessage streaming is only possible on ByteMessage or StreamMessage",
format=MESSAGE_FORMAT)
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",
format=MESSAGE_FORMAT)
javax.jms.MessageNotWriteableException messageNotWritable()
@Message(id=129014,
value="Message is write-only",
format=MESSAGE_FORMAT)
javax.jms.MessageNotReadableException messageNotReadable()
@Message(id=129015,
value="Illegal deliveryMode value: {0}",
format=MESSAGE_FORMAT)
javax.jms.JMSException illegalDeliveryMode(int deliveryMode)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.