Class ActiveMQJMSClientBundle_impl
java.lang.Object
org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle_impl
- All Implemented Interfaces:
ActiveMQJMSClientBundle
-
Field Summary
Fields inherited from interface org.apache.activemq.artemis.jms.client.ActiveMQJMSClientBundle
BUNDLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.jms.IllegalStateExceptionjakarta.jms.IllegalStateRuntimeExceptionjakarta.jms.IllegalStateExceptionjakarta.jms.IllegalStateRuntimeExceptiondestinationDoesNotExist(SimpleString destination) jakarta.jms.JMSExceptionillegalDeliveryMode(int deliveryMode) invalidFilter(SimpleString filter, Throwable e) jakarta.jms.JMSRuntimeExceptioninvalidJavaIdentifier(String propertyName) jakarta.jms.MessageNotReadableExceptionjakarta.jms.MessageNotWriteableExceptionnullArgumentNotAllowed(String type) jakarta.jms.InvalidDestinationExceptionjakarta.jms.IllegalStateException
-
Constructor Details
-
ActiveMQJMSClientBundle_impl
public ActiveMQJMSClientBundle_impl(org.slf4j.Logger logger)
-
-
Method Details
-
invalidFilter
- Specified by:
invalidFilterin interfaceActiveMQJMSClientBundle
-
invalidSubscriptionName
- Specified by:
invalidSubscriptionNamein interfaceActiveMQJMSClientBundle
-
destinationDoesNotExist
- Specified by:
destinationDoesNotExistin interfaceActiveMQJMSClientBundle
-
nameCannotBeNull
- Specified by:
nameCannotBeNullin interfaceActiveMQJMSClientBundle
-
nameCannotBeEmpty
- Specified by:
nameCannotBeEmptyin interfaceActiveMQJMSClientBundle
-
callingMethodFromListenerRuntime
public jakarta.jms.IllegalStateRuntimeException callingMethodFromListenerRuntime()- Specified by:
callingMethodFromListenerRuntimein interfaceActiveMQJMSClientBundle
-
callingMethodFromListener
public jakarta.jms.IllegalStateException callingMethodFromListener()- Specified by:
callingMethodFromListenerin interfaceActiveMQJMSClientBundle
-
callingMethodFromCompletionListenerRuntime
public jakarta.jms.IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()- Specified by:
callingMethodFromCompletionListenerRuntimein interfaceActiveMQJMSClientBundle
-
callingMethodFromCompletionListener
public jakarta.jms.IllegalStateException callingMethodFromCompletionListener()- Specified by:
callingMethodFromCompletionListenerin interfaceActiveMQJMSClientBundle
-
nullArgumentNotAllowed
- Specified by:
nullArgumentNotAllowedin interfaceActiveMQJMSClientBundle
-
nullTopic
public jakarta.jms.InvalidDestinationException nullTopic()- Specified by:
nullTopicin interfaceActiveMQJMSClientBundle
-
onlyValidForByteOrStreamMessages
public jakarta.jms.IllegalStateException onlyValidForByteOrStreamMessages()- Specified by:
onlyValidForByteOrStreamMessagesin interfaceActiveMQJMSClientBundle
-
invalidJavaIdentifier
- Specified by:
invalidJavaIdentifierin interfaceActiveMQJMSClientBundle
-
messageNotWritable
public jakarta.jms.MessageNotWriteableException messageNotWritable()- Specified by:
messageNotWritablein interfaceActiveMQJMSClientBundle
-
messageNotReadable
public jakarta.jms.MessageNotReadableException messageNotReadable()- Specified by:
messageNotReadablein interfaceActiveMQJMSClientBundle
-
illegalDeliveryMode
public jakarta.jms.JMSException illegalDeliveryMode(int deliveryMode) - Specified by:
illegalDeliveryModein interfaceActiveMQJMSClientBundle
-