Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-6474

[AMQP] Large message header is set to FALSE instead of TRUE.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • AMQ 7.10.0.GA
    • None
    • amqp-protocol
    • None
    • False
    • None
    • False
    • Hide

      Sent a message using AMQP protocol larger than the large message threshold.

      Example:

      ./artemis producer --user myuser --password mypassword --url 'amqp://localhost:5672' --threads 1 --protocol amqp --message-count 1 --destination 'queue://test.amqp.foo' --message-size=123456
      Show
      Sent a message using AMQP protocol larger than the large message threshold. Example: ./artemis producer --user myuser --password mypassword --url 'amqp: //localhost:5672' --threads 1 --protocol amqp --message-count 1 --destination 'queue://test.amqp.foo' --message-size=123456

    Description

      A large message sent using AMQP protocol is not market as a "large message". It is received and managed ok (it's stored in the appropriate directory for large messages) and everything works as expected, but the header "largeMessage" is set to "false".

      You can see it, when viewing the information in the web console:

       

      Using CORE protocol the header 'largeMessage' is set to TRUE.

       

      Attachments

        Activity

          People

            rhn-support-jbertram Justin Bertram
            ryanezil Rafael Yáñez Illescas
            Dominik Lenosi Dominik Lenosi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: