Interface ActiveMQJMSClientBundle

All Known Implementing Classes:
ActiveMQJMSClientBundle_impl

public interface ActiveMQJMSClientBundle
Logger Codes 139000 - 139999
  • Field Details

  • Method Details

    • invalidFilter

    • 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)