Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-458

[go] Sending a large message (4MiB) timeouts

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • None
    • amqp-go-client
    • None
    • Hide
      • `base64 /dev/urandom | head -c 4M > 4M.txt`
      • `aacc_client sender --timeout 5 --log-msgs dict --broker 10.0.2.15:5672 --address "jms.queue.test_direct_transient_large_string_message_with_string_property" --count 1 --msg-content-from-file 4M.txt`

      See private comment on how to get aacc_client

      Show
      `base64 /dev/urandom | head -c 4M > 4M.txt` `aacc_client sender --timeout 5 --log-msgs dict --broker 10.0.2.15:5672 --address "jms.queue.test_direct_transient_large_string_message_with_string_property" --count 1 --msg-content-from-file 4M.txt` See private comment on how to get aacc_client

    Description

      When sending a 4MiB message, the client timeouts with the following displayed in the server log

      12:09:18,182 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119014: Did not receive data from /127.0.0.1:53686 within the 60,000ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT]

      Sending a 1MiB message works fine and is done immediately.

      This could be related to ENTMQBR-423, ENTMQBR-483, but I don't think so, because Python AMQP client works.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jdanek@redhat.com Jiri Daněk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: