Interface ActiveMQJMSServerBundle

  • All Known Implementing Classes:
    ActiveMQJMSServerBundle_$bundle

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

      • discoveryGroupDoesntExist

        @Message(id=129003,
                 value="Discovery Group \'\'{0}\'\' does not exist on main config",
                 format=MESSAGE_FORMAT)
        ActiveMQIllegalStateException discoveryGroupDoesntExist​(String name)
      • noConnectorNameOnCF

        @Message(id=129004,
                 value="No Connector name configured on create ConnectionFactory")
        ActiveMQIllegalStateException noConnectorNameOnCF()
      • noConnectorNameConfiguredOnCF

        @Message(id=129005,
                 value="Connector \'\'{0}\'\' not found on the main configuration file",
                 format=MESSAGE_FORMAT)
        ActiveMQIllegalStateException noConnectorNameConfiguredOnCF​(String name)
      • cfBindingsExists

        @Message(id=129006,
                 value="Binding {0} is already being used by another connection factory",
                 format=MESSAGE_FORMAT)
        ActiveMQAddressExistsException cfBindingsExists​(String name)