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
jakarta.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()
-
callingMethodFromListener
jakarta.jms.IllegalStateException callingMethodFromListener()
-
callingMethodFromCompletionListenerRuntime
jakarta.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
-
callingMethodFromCompletionListener
jakarta.jms.IllegalStateException callingMethodFromCompletionListener()
-
nullArgumentNotAllowed
IllegalArgumentException nullArgumentNotAllowed(String type)
-
nullTopic
jakarta.jms.InvalidDestinationException nullTopic()
-
onlyValidForByteOrStreamMessages
jakarta.jms.IllegalStateException onlyValidForByteOrStreamMessages()
-
invalidJavaIdentifier
jakarta.jms.JMSRuntimeException invalidJavaIdentifier(String propertyName)
-
messageNotWritable
jakarta.jms.MessageNotWriteableException messageNotWritable()
-
messageNotReadable
jakarta.jms.MessageNotReadableException messageNotReadable()
-
illegalDeliveryMode
jakarta.jms.JMSException illegalDeliveryMode(int deliveryMode)
-
-