Interface ActiveMQJMSClientBundle
-
- All Known Implementing Classes:
ActiveMQJMSClientBundle_impl
public interface ActiveMQJMSClientBundleLogger Code 13
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveMQJMSClientBundleBUNDLE
-
Method Summary
-
-
-
Field Detail
-
BUNDLE
static final ActiveMQJMSClientBundle BUNDLE
-
-
Method Detail
-
invalidFilter
ActiveMQInvalidFilterExpressionException invalidFilter(SimpleString filter, Throwable e)
-
invalidSubscriptionName
ActiveMQIllegalStateException invalidSubscriptionName()
-
destinationDoesNotExist
ActiveMQNonExistentQueueException destinationDoesNotExist(SimpleString destination)
-
nameCannotBeNull
IllegalArgumentException nameCannotBeNull()
-
nameCannotBeEmpty
IllegalArgumentException nameCannotBeEmpty()
-
callingMethodFromListenerRuntime
javax.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
-
callingMethodFromListener
javax.jms.IllegalStateException callingMethodFromListener()
-
callingMethodFromCompletionListenerRuntime
javax.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
-
callingMethodFromCompletionListener
javax.jms.IllegalStateException callingMethodFromCompletionListener()
-
nullArgumentNotAllowed
IllegalArgumentException nullArgumentNotAllowed(String type)
-
nullTopic
javax.jms.InvalidDestinationException nullTopic()
-
onlyValidForByteOrStreamMessages
javax.jms.IllegalStateException onlyValidForByteOrStreamMessages()
-
invalidJavaIdentifier
javax.jms.JMSRuntimeException invalidJavaIdentifier(String propertyName)
-
messageNotWritable
javax.jms.MessageNotWriteableException messageNotWritable()
-
messageNotReadable
javax.jms.MessageNotReadableException messageNotReadable()
-
illegalDeliveryMode
javax.jms.JMSException illegalDeliveryMode(int deliveryMode)
-
-