Interface ActiveMQRABundle

  • All Known Implementing Classes:
    ActiveMQRABundle_$bundle

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

      • errorDecodingPassword

        @Message(id=159000,
                 value="Error decoding password using codec instance")
        org.apache.activemq.artemis.api.core.ActiveMQIllegalStateException errorDecodingPassword​(@Cause
                                                                                                 java.lang.Exception e)
      • noActivationSpec

        @Message(id=159001,
                 value="MDB cannot be deployed as it has no Activation Spec. Please provide an Activation!")
        javax.resource.NotSupportedException noActivationSpec()
      • noDestinationName

        @Message(id=159002,
                 value="Please provide a destination for the MDB")
        java.lang.IllegalArgumentException noDestinationName()
      • illegalJEEMethod

        @Message(id=159003,
                 value="This method is not applicable inside the application server. See the JEE spec, e.g. JEE 7 Section 6.7")
        javax.jms.JMSRuntimeException illegalJEEMethod()
      • invalidSessionTransactedModeRuntime

        @Message(id=159004,
                 value="Invalid Session Mode SESSION_TRANSACTED")
        javax.jms.JMSRuntimeException invalidSessionTransactedModeRuntime()
      • invalidClientAcknowledgeModeRuntime

        @Message(id=159005,
                 value="Invalid Session Mode CLIENT_ACKNOWLEDGE")
        javax.jms.JMSRuntimeException invalidClientAcknowledgeModeRuntime()
      • invalidAcknowledgeMode

        @Message(id=159006,
                 value="Invalid Session Mode {0}",
                 format=MESSAGE_FORMAT)
        javax.jms.JMSRuntimeException invalidAcknowledgeMode​(int sessionMode)
      • invalidSessionTransactedModeRuntimeAllowLocal

        @Message(id=159007,
                 value="Invalid Session Mode SESSION_TRANSACTED, to enable Local Transacted Sessions you can set the allowLocalTransactions (allow-local-transactions) on the resource adapter")
        javax.jms.JMSException invalidSessionTransactedModeRuntimeAllowLocal()