]
Jeff Mesnil updated WFLY-6420:
------------------------------
Attachment: artemis-hornetq-client.tgz
Updated example working with WildFly 10.1.0.Final-SNAPSHOT
30secs delay on consumer.receive() in spite of shorter timeout
--------------------------------------------------------------
Key: WFLY-6420
URL:
https://issues.jboss.org/browse/WFLY-6420
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Tomohisa igarashi
Assignee: Jeff Mesnil
Fix For: 10.1.0.Final
Attachments: artemis-hornetq-client.tgz, artemis-hornetq-client.tgz
consumer.receive() is blocked 30secs even if shorter timeout is specified. Attached a
maven project including testcases.
The ArtemisStandaloneTest do same against embedded server, but this in contrast works
fine. So the issue seems to happen only on WildFly via http upgrade connection.