Interface ActiveMQJMSClientBundle

  • All Known Implementing Classes:
    ActiveMQJMSClientBundle_$bundle

    @MessageBundle(projectCode="AMQ")
    public interface ActiveMQJMSClientBundle
    Logger Code 13 each message id must be 6 digits long starting with 13, the 3rd digit should be 9 so 139000 to 139999
    • Method Detail

      • invalidSubscriptionName

        @Message(id=139001,
                 value="Invalid Subscription Name. It is required to set the subscription name")
        ActiveMQIllegalStateException invalidSubscriptionName()
      • callingMethodFromListenerRuntime

        @Message(id=139005,
                 value="It is illegal to call this method from within a Message Listener")
        IllegalStateRuntimeException callingMethodFromListenerRuntime()
      • callingMethodFromListener

        @Message(id=139006,
                 value="It is illegal to call this method from within a Message Listener")
        IllegalStateException callingMethodFromListener()
      • callingMethodFromCompletionListenerRuntime

        @Message(id=139007,
                 value="It is illegal to call this method from within a Completion Listener")
        IllegalStateRuntimeException callingMethodFromCompletionListenerRuntime()
      • callingMethodFromCompletionListener

        @Message(id=139008,
                 value="It is illegal to call this method from within a Completion Listener")
        IllegalStateException callingMethodFromCompletionListener()
      • nullArgumentNotAllowed

        @Message(id=139009,
                 value="Null {0} is not allowed",
                 format=MESSAGE_FORMAT)
        IllegalArgumentException nullArgumentNotAllowed​(String type)
      • onlyValidForByteOrStreamMessages

        @Message(id=139011,
                 value="LargeMessage streaming is only possible on ByteMessage or StreamMessage")
        IllegalStateException onlyValidForByteOrStreamMessages()
      • invalidJavaIdentifier

        @Message(id=139012,
                 value="The property name \'\'{0}\'\' is not a valid java identifier.",
                 format=MESSAGE_FORMAT)
        JMSRuntimeException invalidJavaIdentifier​(String propertyName)
      • illegalDeliveryMode

        @Message(id=139015,
                 value="Illegal deliveryMode value: {0}",
                 format=MESSAGE_FORMAT)
        JMSException illegalDeliveryMode​(int deliveryMode)