Hi Robbie, I just started testing the Qpid JMS 0.24.0 RC. While compiling the src bundle and running the tests I got a test failure. In the root project folder I ran: mvn verify
The test in question is:
Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 31.944 sec <<<
FAILURE! - in org.apache.qpid.jms.JmsWSConnectionTest
testSendLargeMessageToClientFromOpenWire(org.apache.qpid.jms.JmsWSConnectionTest)
Time elapsed: 30.075 sec <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 30000
milliseconds
at
org.apache.qpid.jms.JmsWSConnectionTest.testSendLargeMessageToClientFromOpenWire(JmsWSConnectionTest.java:101)
I attached the surefire reports to this email (I put you in the CC to
preserve the attachments).
Kind regards,
Lorenz
On Fri, 2017-08-04 at 22:42 +0100, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a 0.24.0 Qpid JMS client release, please
> give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/jms/0.24.0-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1112
>
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314524&version=12340587
>
> Regards,
> Robbie
>
> P.S. If you want to test it out using maven (e.g with the examples src, or
> your own things), you can temporarily add this to your poms to access the
> staging repo:
>
> <repositories>
> <repository>
> <id>staging</id>
>
> <url>https://repository.apache.org/content/repositories/orgapacheqpid-1112</url>;
> </repository>
> </repositories>
>
> The dependency for the client itself would then be:
>
> <dependency>
> <groupId>org.apache.qpid</groupId>
> <artifactId>qpid-jms-client</artifactId>
> <version>0.24.0</version>
> </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> -------------------------------------------------------------------------------
Test set: org.apache.qpid.jms.JmsWSConnectionTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 31.944 sec <<<
FAILURE! - in org.apache.qpid.jms.JmsWSConnectionTest
testSendLargeMessageToClientFromOpenWire(org.apache.qpid.jms.JmsWSConnectionTest)
Time elapsed: 30.075 sec <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 30000
milliseconds
at
org.apache.qpid.jms.JmsWSConnectionTest.testSendLargeMessageToClientFromOpenWire(JmsWSConnectionTest.java:101)
2017-08-08 08:37:02,409 [main ] - DEBUG JmsWSConnectionTest - Using amqp+ws connection: ws://0.0.0.0:42424 2017-08-08 08:37:02,410 [main ] - INFO BrokerService - Using Persistence Adapter: MemoryPersistenceAdapter 2017-08-08 08:37:02,410 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:111) is starting 2017-08-08 08:37:02,440 [main ] - INFO log - Logging initialized @79065ms 2017-08-08 08:37:02,634 [main ] - INFO Server - jetty-9.2.13.v20150730 2017-08-08 08:37:03,614 [main ] - WARN SecurityHandler - [email protected]@606e4010{/,null,STARTING} has uncovered http methods for path: / 2017-08-08 08:37:03,684 [main ] - INFO ContextHandler - Started o.e.j.s.ServletContextHandler@606e4010{/,null,AVAILABLE} 2017-08-08 08:37:03,711 [main ] - INFO ServerConnector - Started ServerConnector@57222ab2{HTTP/1.1}{0.0.0.0:42424} 2017-08-08 08:37:03,715 [main ] - INFO Server - Started @80337ms 2017-08-08 08:37:03,715 [main ] - INFO WSTransportServer - Listening for connections at ws://satellite:42424?websocket.maxBinaryMessageSize=1048576 2017-08-08 08:37:03,715 [main ] - INFO TransportConnector - Connector ws://satellite:42424?websocket.maxBinaryMessageSize=1048576 started 2017-08-08 08:37:03,715 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:111) started 2017-08-08 08:37:03,716 [main ] - INFO BrokerService - For help or more information please see: http://activemq.apache.org 2017-08-08 08:37:03,763 [ocalhost:42424]] - TRACE NettyTcpTransport - Netty Transport using Epoll mode 2017-08-08 08:37:03,928 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea] REGISTERED 2017-08-08 08:37:03,929 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea] CONNECT: localhost/127.0.0.1:42424 2017-08-08 08:37:03,929 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] ACTIVE 2017-08-08 08:37:04,004 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 230B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 47 45 54 20 2f 20 48 54 54 50 2f 31 2e 31 0d 0a |GET / HTTP/1.1..| |00000010| 75 70 67 72 61 64 65 3a 20 77 65 62 73 6f 63 6b |upgrade: websock| |00000020| 65 74 0d 0a 63 6f 6e 6e 65 63 74 69 6f 6e 3a 20 |et..connection: | |00000030| 75 70 67 72 61 64 65 0d 0a 73 65 63 2d 77 65 62 |upgrade..sec-web| |00000040| 73 6f 63 6b 65 74 2d 6b 65 79 3a 20 75 62 45 62 |socket-key: ubEb| |00000050| 52 66 54 55 74 52 66 6b 32 55 74 51 65 7a 72 5a |RfTUtRfk2UtQezrZ| |00000060| 30 51 3d 3d 0d 0a 68 6f 73 74 3a 20 6c 6f 63 61 |0Q==..host: loca| |00000070| 6c 68 6f 73 74 3a 34 32 34 32 34 0d 0a 73 65 63 |lhost:42424..sec| |00000080| 2d 77 65 62 73 6f 63 6b 65 74 2d 6f 72 69 67 69 |-websocket-origi| |00000090| 6e 3a 20 68 74 74 70 3a 2f 2f 6c 6f 63 61 6c 68 |n: http://localh| |000000a0| 6f 73 74 3a 34 32 34 32 34 0d 0a 73 65 63 2d 77 |ost:42424..sec-w| |000000b0| 65 62 73 6f 63 6b 65 74 2d 70 72 6f 74 6f 63 6f |ebsocket-protoco| |000000c0| 6c 3a 20 61 6d 71 70 0d 0a 73 65 63 2d 77 65 62 |l: amqp..sec-web| |000000d0| 73 6f 63 6b 65 74 2d 76 65 72 73 69 6f 6e 3a 20 |socket-version: | |000000e0| 31 33 0d 0a 0d 0a |13.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,005 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,008 [LoopGroup-507-1] - TRACE NettyWsTransport - Channel has become active, awaiting WebSocket handshake! Channel is [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] 2017-08-08 08:37:04,158 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 196B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 48 54 54 50 2f 31 2e 31 20 31 30 31 20 53 77 69 |HTTP/1.1 101 Swi| |00000010| 74 63 68 69 6e 67 20 50 72 6f 74 6f 63 6f 6c 73 |tching Protocols| |00000020| 0d 0a 44 61 74 65 3a 20 54 75 65 2c 20 30 38 20 |..Date: Tue, 08 | |00000030| 41 75 67 20 32 30 31 37 20 30 37 3a 33 37 3a 30 |Aug 2017 07:37:0| |00000040| 34 20 47 4d 54 0d 0a 43 6f 6e 6e 65 63 74 69 6f |4 GMT..Connectio| |00000050| 6e 3a 20 55 70 67 72 61 64 65 0d 0a 53 65 63 2d |n: Upgrade..Sec-| |00000060| 57 65 62 53 6f 63 6b 65 74 2d 41 63 63 65 70 74 |WebSocket-Accept| |00000070| 3a 20 46 39 78 4c 67 51 4d 56 4c 61 32 38 55 76 |: F9xLgQMVLa28Uv| |00000080| 6e 73 57 42 75 76 57 69 6d 6f 59 46 45 3d 0d 0a |nsWBuvWimoYFE=..| |00000090| 53 65 63 2d 57 65 62 53 6f 63 6b 65 74 2d 50 72 |Sec-WebSocket-Pr| |000000a0| 6f 74 6f 63 6f 6c 3a 20 61 6d 71 70 0d 0a 55 70 |otocol: amqp..Up| |000000b0| 67 72 61 64 65 3a 20 57 65 62 53 6f 63 6b 65 74 |grade: WebSocket| |000000c0| 0d 0a 0d 0a |.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,171 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: HttpObjectAggregator$AggregatedFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 0, cap: 0, components=0)) HTTP/1.1 101 Switching Protocols Date: Tue, 08 Aug 2017 07:37:04 GMT Connection: Upgrade Sec-WebSocket-Accept: F9xLgQMVLa28UvnsWBuvWimoYFE= Sec-WebSocket-Protocol: amqp Upgrade: WebSocket content-length: 0 2017-08-08 08:37:04,181 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client connected! [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] 2017-08-08 08:37:04,181 [LoopGroup-507-1] - TRACE NettyTcpTransport - Channel has become active! Channel is [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] 2017-08-08 08:37:04,182 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 8 bytes 2017-08-08 08:37:04,185 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,188 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 14B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 88 6c 08 53 73 2d 45 02 23 6f 09 53 73 |..l.Ss-E.#o.Ss | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,188 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,198 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 44B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 2a 41 4d 51 50 03 01 00 00 00 00 00 22 02 01 |.*AMQP......."..| |00000010| 00 00 00 53 40 c0 15 01 e0 12 02 a3 05 50 4c 41 |[email protected]| |00000020| 49 4e 09 41 4e 4f 4e 59 4d 4f 55 53 |IN.ANONYMOUS | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,199 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 42, cap: 42)) 2017-08-08 08:37:04,199 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 42 bytes 2017-08-08 08:37:04,199 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: CONNECTION_INIT 2017-08-08 08:37:04,199 [ocalhost:42424]] - DEBUG SaslMechanismFinder - Skipping SASL-PLAIN mechanism because the available credentials are not sufficient 2017-08-08 08:37:04,199 [ocalhost:42424]] - INFO SaslMechanismFinder - Best match for SASL auth was: SASL-ANONYMOUS 2017-08-08 08:37:04,200 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 38 bytes 2017-08-08 08:37:04,201 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,201 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 44B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 a6 0b 48 9e 01 0b 48 9e 27 09 49 9e 01 0b 1b |...H...H.'.I....| |00000010| df c1 12 4b 3d 08 4a 06 d1 4f 52 05 d1 54 58 e8 |...K=.J..OR..TX.| |00000020| 9e a0 02 24 f1 62 6a 24 f6 6e 78 3c |...$.bj$.nx< | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,202 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,203 [1537471098-4274] - DEBUG AmqpAuthenticator - SASL [ANONYMOUS} Handshake started. 2017-08-08 08:37:04,204 [1537471098-4274] - DEBUG AmqpAuthenticator - SASL [ANONYMOUS} Handshake complete. 2017-08-08 08:37:04,205 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 28B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 10 00 00 00 10 02 01 00 00 00 53 44 c0 03 01 |...........SD...| |00000010| 50 00 82 08 41 4d 51 50 00 01 00 00 |P...AMQP.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,205 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 16, cap: 16)) 2017-08-08 08:37:04,206 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 16 bytes 2017-08-08 08:37:04,206 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 8 bytes 2017-08-08 08:37:04,207 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 250 bytes 2017-08-08 08:37:04,208 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 8, cap: 8)) 2017-08-08 08:37:04,208 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 8 bytes 2017-08-08 08:37:04,209 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: CONNECTION_LOCAL_OPEN 2017-08-08 08:37:04,209 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,209 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 14B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 88 26 b6 1c a1 67 fb 4d f1 26 b7 1c a1 |..&...g.M.&... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,210 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,214 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 258B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 fe 00 fa 69 f2 f2 33 69 f2 f2 c9 6b f2 f2 33 |....i..3i...k..3| |00000010| 69 a1 e2 f3 84 f8 53 1a 20 b6 c8 04 5e ca cb 06 |i.....S. ...^...| |00000020| 50 c3 c2 1e 0a cb c0 51 44 c6 93 03 0c df ca 04 |P......QD.......| |00000030| 5a c3 df 0a 0f ca c3 55 0d cb 94 01 59 c1 c7 09 |Z......U....Y...| |00000040| 58 53 fb 5f 06 91 93 5f 01 9d 81 47 19 f2 e2 33 |XS._..._...G...3| |00000050| 69 92 8d cc 19 f2 f2 46 59 b2 b2 73 89 d2 f3 90 |i......FY..s....| |00000060| 74 81 9d 5f 0c df 91 5c 07 9c 97 50 1d 9b 9d 5d |t.._...\...P...]| |00000070| 44 94 9d 41 44 91 9d 5d 1d 93 9b 5d 0c 80 33 b1 |D..AD..]...]..3.| |00000080| 6f 51 f5 43 1b 9d 96 46 0a 86 53 34 38 82 9b 57 |oQ.C...F..S48..W| |00000090| 23 bf a1 90 6e 84 97 41 1a 9b 9d 5d c8 f4 c2 1d |#...n..A...]....| |000000a0| 5b c6 dc 03 ca fa 82 5f 08 86 94 5c 1b 9f 53 61 |[......_...\..Sa| |000000b0| 23 a4 bf 09 49 c3 dc 0b 47 c2 ad 02 5a c3 de 13 |#...I...G...Z...| |000000c0| 5b c7 dc 02 5a c3 df 51 58 c3 de 13 26 80 93 50 |[...Z..QX...&..P| |000000d0| 05 97 d2 70 06 80 82 5c 1b 93 86 5a 06 9c de 13 |...p...\...Z....| |000000e0| 26 a1 c8 13 25 9b 9c 46 11 de d2 07 47 c6 dc 03 |&...%..F....G...| |000000f0| 44 ca c1 1e 0e 97 9c 56 1b 9b 91 1f 49 93 9f 57 |D......V....I..W| |00000100| 5f c6 |_. | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,214 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,221 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 196B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 7e 00 c0 00 00 00 c0 02 00 00 00 00 53 10 c0 |.~...........S..| |00000010| b3 0a a1 09 6c 6f 63 61 6c 68 6f 73 74 40 70 ff |....localhost@p.| |00000020| ff ff ff 60 7f ff 70 00 00 3a 98 40 40 e0 23 02 |...`..p..:.@@.#.| |00000030| a3 0f 41 4e 4f 4e 59 4d 4f 55 53 2d 52 45 4c 41 |..ANONYMOUS-RELA| |00000040| 59 10 44 45 4c 41 59 45 44 5f 44 45 4c 49 56 45 |Y.DELAYED_DELIVE| |00000050| 52 59 40 c1 6f 0a a3 07 70 72 6f 64 75 63 74 a1 |[email protected].| |00000060| 08 41 63 74 69 76 65 4d 51 a3 0c 74 6f 70 69 63 |.ActiveMQ..topic| |00000070| 2d 70 72 65 66 69 78 a1 08 74 6f 70 69 63 3a 2f |-prefix..topic:/| |00000080| 2f a3 0c 71 75 65 75 65 2d 70 72 65 66 69 78 a1 |/..queue-prefix.| |00000090| 08 71 75 65 75 65 3a 2f 2f a3 07 76 65 72 73 69 |.queue://..versi| |000000a0| 6f 6e a1 06 35 2e 31 35 2e 30 a3 08 70 6c 61 74 |on..5.15.0..plat| |000000b0| 66 6f 72 6d a1 0e 4a 61 76 61 2f 31 2e 38 2e 30 |form..Java/1.8.0| |000000c0| 5f 31 33 31 |_131 | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,221 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 192, cap: 192)) 2017-08-08 08:37:04,222 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 192 bytes 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: CONNECTION_REMOTE_OPEN 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE AmqpConnectionProperties - Remote sent Queue prefix value of: queue:// 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE AmqpConnectionProperties - Remote sent Topic prefix value of: topic:// 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: SESSION_INIT 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: SESSION_LOCAL_OPEN 2017-08-08 08:37:04,222 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 32 bytes 2017-08-08 08:37:04,222 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,223 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 38B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 a0 3c 09 76 cc 3c 09 76 ec 3e 09 76 cc 3c 5a |..<.v.<.v.>.v.<Z| |00000010| 67 0c 2f 0c 36 9e 3d 79 76 cc 3b f6 06 b3 c3 f6 |g./.6.=yv.;.....| |00000020| 89 bc 3c 09 89 33 |..<..3 | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,223 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,223 [1537471098-4271] - DEBUG AmqpSession - Session ID:satellite-43635-1502177745503-1:454:0 opened 2017-08-08 08:37:04,224 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 36B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 22 00 00 00 22 02 00 00 00 00 53 11 c0 15 05 |."...".....S....| |00000010| 60 00 00 52 01 70 7f ff ff ff 70 7f ff ff ff 70 |`..R.p....p....p| |00000020| 00 00 ff ff |.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,224 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 34, cap: 34)) 2017-08-08 08:37:04,224 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 34 bytes 2017-08-08 08:37:04,224 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: SESSION_REMOTE_OPEN 2017-08-08 08:37:04,224 [ocalhost:42424]] - DEBUG AmqpConnectionBuilder - AmqpConnection { ID:5b7130e1-3365-426e-a7cb-0dfdeb0f0a12:1 } is now open: 2017-08-08 08:37:04,224 [ocalhost:42424]] - TRACE AmqpProvider - IdleTimeoutCheck being initiated, initial delay: 7500 2017-08-08 08:37:04,224 [ocalhost:42424]] - INFO JmsConnection - Connection ID:5b7130e1-3365-426e-a7cb-0dfdeb0f0a12:1 connected to remote Broker: amqpws://localhost:42424?transport.traceBytes=true 2017-08-08 08:37:04,225 [ocalhost:42424]] - TRACE AmqpAbstractResource - AmqpConnection { ID:5b7130e1-3365-426e-a7cb-0dfdeb0f0a12:1 } requesting close on remote. 2017-08-08 08:37:04,225 [ocalhost:42424]] - TRACE NettyWsTransport - Attempted write of: 12 bytes 2017-08-08 08:37:04,225 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,225 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] WRITE: 18B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 8c 1c 15 34 11 1c 15 34 1d 1e 15 34 11 1c 46 |....4...4...4..F| |00000010| 2c 54 |,T | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,225 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] FLUSH 2017-08-08 08:37:04,235 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] READ: 18B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 0c 00 00 00 0c 02 00 00 00 00 53 18 45 88 02 |...........S.E..| |00000010| 03 e8 |.. | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,236 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: BinaryWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 12, cap: 12)) 2017-08-08 08:37:04,236 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received data: 12 bytes 2017-08-08 08:37:04,236 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: CONNECTION_LOCAL_CLOSE 2017-08-08 08:37:04,236 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: TRANSPORT_HEAD_CLOSED 2017-08-08 08:37:04,236 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: CONNECTION_REMOTE_CLOSE 2017-08-08 08:37:04,236 [ocalhost:42424]] - DEBUG AmqpAbstractResource - AmqpConnection { ID:5b7130e1-3365-426e-a7cb-0dfdeb0f0a12:1 } is now closed: 2017-08-08 08:37:04,236 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: TRANSPORT_TAIL_CLOSED 2017-08-08 08:37:04,236 [ocalhost:42424]] - TRACE AmqpProvider - New Proton Event: TRANSPORT_CLOSED 2017-08-08 08:37:04,236 [me-limited test] - TRACE ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@ff03e74[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1] with await termination: 0 millis 2017-08-08 08:37:04,237 [me-limited test] - DEBUG ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@ff03e74[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1] is shutdown: true and terminated: false took: 0.000 seconds. 2017-08-08 08:37:04,237 [ocalhost:42424]] - TRACE AmqpProvider - Cancelling scheduled IdleTimeoutCheck 2017-08-08 08:37:04,238 [LoopGroup-507-1] - TRACE NettyWsTransport - New data read: incoming: CloseWebSocketFrame(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 2, cap: 2)) 2017-08-08 08:37:04,238 [LoopGroup-507-1] - TRACE NettyWsTransport - WebSocket Client received closing 2017-08-08 08:37:04,239 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 - R:localhost/127.0.0.1:42424] CLOSE 2017-08-08 08:37:04,241 [1537471098-4274] - DEBUG WSTransportProxy - WebSocket closed: code[1006] message[WebSocket Read EOF] 2017-08-08 08:37:04,241 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 ! R:localhost/127.0.0.1:42424] READ COMPLETE 2017-08-08 08:37:04,243 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 ! R:localhost/127.0.0.1:42424] CLOSE 2017-08-08 08:37:04,244 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 ! R:localhost/127.0.0.1:42424] INACTIVE 2017-08-08 08:37:04,244 [LoopGroup-507-1] - TRACE NettyTcpTransport - Channel has gone inactive! Channel is [id: 0xa7e958ea, L:/127.0.0.1:37578 ! R:localhost/127.0.0.1:42424] 2017-08-08 08:37:04,244 [LoopGroup-507-1] - DEBUG NettyWsTransport - [id: 0xa7e958ea, L:/127.0.0.1:37578 ! R:localhost/127.0.0.1:42424] UNREGISTERED 2017-08-08 08:37:04,245 [me-limited test] - TRACE ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ScheduledThreadPoolExecutor@641eb55f[Running, pool size = 1, active threads = 0, queued tasks = 3, completed tasks = 10] with await termination: 10000 millis 2017-08-08 08:37:04,245 [me-limited test] - DEBUG ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ScheduledThreadPoolExecutor@641eb55f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10] is shutdown: true and terminated: true took: 0.000 seconds. 2017-08-08 08:37:04,245 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:111) is shutting down 2017-08-08 08:37:04,254 [main ] - INFO ServerConnector - Stopped ServerConnector@57222ab2{HTTP/1.1}{0.0.0.0:42424} 2017-08-08 08:37:04,258 [main ] - INFO ContextHandler - Stopped o.e.j.s.ServletContextHandler@606e4010{/,null,UNAVAILABLE} 2017-08-08 08:37:04,262 [main ] - INFO TransportConnector - Connector ws://satellite:42424?websocket.maxBinaryMessageSize=1048576 stopped 2017-08-08 08:37:04,262 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:111) uptime 1.852 seconds 2017-08-08 08:37:04,262 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:111) is shutdown 2017-08-08 08:37:04,263 [main ] - DEBUG JmsWSConnectionTest - Using amqp+ws connection: ws://0.0.0.0:39690 2017-08-08 08:37:04,263 [main ] - INFO BrokerService - Using Persistence Adapter: MemoryPersistenceAdapter 2017-08-08 08:37:04,265 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:112) is starting 2017-08-08 08:37:04,293 [main ] - INFO Server - jetty-9.2.13.v20150730 2017-08-08 08:37:04,299 [main ] - WARN SecurityHandler - [email protected]@33ecda92{/,null,STARTING} has uncovered http methods for path: / 2017-08-08 08:37:04,301 [main ] - INFO ContextHandler - Started o.e.j.s.ServletContextHandler@33ecda92{/,null,AVAILABLE} 2017-08-08 08:37:04,301 [main ] - INFO ServerConnector - Started ServerConnector@13d8d69e{HTTP/1.1}{0.0.0.0:39690} 2017-08-08 08:37:04,302 [main ] - INFO Server - Started @80927ms 2017-08-08 08:37:04,302 [main ] - INFO WSTransportServer - Listening for connections at ws://satellite:39690?websocket.maxBinaryMessageSize=1048576 2017-08-08 08:37:04,302 [main ] - INFO TransportConnector - Connector ws://satellite:39690?websocket.maxBinaryMessageSize=1048576 started 2017-08-08 08:37:04,302 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:112) started 2017-08-08 08:37:04,302 [main ] - INFO BrokerService - For help or more information please see: http://activemq.apache.org 2017-08-08 08:37:04,316 [ocalhost:39690]] - TRACE NettyTcpTransport - Netty Transport using Epoll mode 2017-08-08 08:37:04,317 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2] REGISTERED 2017-08-08 08:37:04,318 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2] CONNECT: localhost/127.0.0.1:39690 2017-08-08 08:37:04,320 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] ACTIVE 2017-08-08 08:37:04,322 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] WRITE: 230B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 47 45 54 20 2f 20 48 54 54 50 2f 31 2e 31 0d 0a |GET / HTTP/1.1..| |00000010| 75 70 67 72 61 64 65 3a 20 77 65 62 73 6f 63 6b |upgrade: websock| |00000020| 65 74 0d 0a 63 6f 6e 6e 65 63 74 69 6f 6e 3a 20 |et..connection: | |00000030| 75 70 67 72 61 64 65 0d 0a 73 65 63 2d 77 65 62 |upgrade..sec-web| |00000040| 73 6f 63 6b 65 74 2d 6b 65 79 3a 20 4a 30 42 4f |socket-key: J0BO| |00000050| 48 56 68 41 4b 30 48 37 66 64 31 65 39 61 55 6b |HVhAK0H7fd1e9aUk| |00000060| 50 77 3d 3d 0d 0a 68 6f 73 74 3a 20 6c 6f 63 61 |Pw==..host: loca| |00000070| 6c 68 6f 73 74 3a 33 39 36 39 30 0d 0a 73 65 63 |lhost:39690..sec| |00000080| 2d 77 65 62 73 6f 63 6b 65 74 2d 6f 72 69 67 69 |-websocket-origi| |00000090| 6e 3a 20 68 74 74 70 3a 2f 2f 6c 6f 63 61 6c 68 |n: http://localh| |000000a0| 6f 73 74 3a 33 39 36 39 30 0d 0a 73 65 63 2d 77 |ost:39690..sec-w| |000000b0| 65 62 73 6f 63 6b 65 74 2d 70 72 6f 74 6f 63 6f |ebsocket-protoco| |000000c0| 6c 3a 20 61 6d 71 70 0d 0a 73 65 63 2d 77 65 62 |l: amqp..sec-web| |000000d0| 73 6f 63 6b 65 74 2d 76 65 72 73 69 6f 6e 3a 20 |socket-version: | |000000e0| 31 33 0d 0a 0d 0a |13.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,322 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] FLUSH 2017-08-08 08:37:04,328 [LoopGroup-508-1] - TRACE NettyWsTransport - Channel has become active, awaiting WebSocket handshake! Channel is [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] 2017-08-08 08:37:04,335 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] READ: 196B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 48 54 54 50 2f 31 2e 31 20 31 30 31 20 53 77 69 |HTTP/1.1 101 Swi| |00000010| 74 63 68 69 6e 67 20 50 72 6f 74 6f 63 6f 6c 73 |tching Protocols| |00000020| 0d 0a 44 61 74 65 3a 20 54 75 65 2c 20 30 38 20 |..Date: Tue, 08 | |00000030| 41 75 67 20 32 30 31 37 20 30 37 3a 33 37 3a 30 |Aug 2017 07:37:0| |00000040| 34 20 47 4d 54 0d 0a 43 6f 6e 6e 65 63 74 69 6f |4 GMT..Connectio| |00000050| 6e 3a 20 55 70 67 72 61 64 65 0d 0a 53 65 63 2d |n: Upgrade..Sec-| |00000060| 57 65 62 53 6f 63 6b 65 74 2d 41 63 63 65 70 74 |WebSocket-Accept| |00000070| 3a 20 4d 54 41 51 46 38 76 5a 78 49 4a 6d 79 6a |: MTAQF8vZxIJmyj| |00000080| 42 58 61 2b 2f 6d 39 73 57 2f 79 4f 55 3d 0d 0a |BXa+/m9sW/yOU=..| |00000090| 53 65 63 2d 57 65 62 53 6f 63 6b 65 74 2d 50 72 |Sec-WebSocket-Pr| |000000a0| 6f 74 6f 63 6f 6c 3a 20 61 6d 71 70 0d 0a 55 70 |otocol: amqp..Up| |000000b0| 67 72 61 64 65 3a 20 57 65 62 53 6f 63 6b 65 74 |grade: WebSocket| |000000c0| 0d 0a 0d 0a |.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,335 [LoopGroup-508-1] - TRACE NettyWsTransport - New data read: incoming: HttpObjectAggregator$AggregatedFullHttpResponse(decodeResult: success, version: HTTP/1.1, content: CompositeByteBuf(ridx: 0, widx: 0, cap: 0, components=0)) HTTP/1.1 101 Switching Protocols Date: Tue, 08 Aug 2017 07:37:04 GMT Connection: Upgrade Sec-WebSocket-Accept: MTAQF8vZxIJmyjBXa+/m9sW/yOU= Sec-WebSocket-Protocol: amqp Upgrade: WebSocket content-length: 0 2017-08-08 08:37:04,336 [LoopGroup-508-1] - TRACE NettyWsTransport - WebSocket Client connected! [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] 2017-08-08 08:37:04,336 [LoopGroup-508-1] - TRACE NettyTcpTransport - Channel has become active! Channel is [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] 2017-08-08 08:37:04,336 [ocalhost:39690]] - TRACE NettyWsTransport - Attempted write of: 8 bytes 2017-08-08 08:37:04,336 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] READ COMPLETE 2017-08-08 08:37:04,337 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] WRITE: 14B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 82 88 76 ad ca 93 37 e0 9b c3 75 ac ca 93 |..v...7...u... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:04,337 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] FLUSH 2017-08-08 08:37:04,337 [p223693919-4293] - DEBUG WSTransportProxy - Waiting for WebSocket to be properly started... 2017-08-08 08:37:04,342 [p223693919-4293] - ERROR TransportSupport - No transportListener available to process inbound command: AMQP,3,1,0,0 2017-08-08 08:37:19,318 [me-limited test] - INFO TransportConnector - Connector vm://localhost started 2017-08-08 08:37:19,355 [me-limited test] - INFO TransportConnector - Connector vm://localhost stopped 2017-08-08 08:37:34,304 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:112) is shutting down 2017-08-08 08:37:34,307 [me-limited test] - TRACE ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@52163c91[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1] with await termination: 0 millis 2017-08-08 08:37:34,312 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] READ: 4B +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 88 02 03 e8 |.... | +--------+-------------------------------------------------+----------------+ 2017-08-08 08:37:34,312 [LoopGroup-508-1] - TRACE NettyWsTransport - New data read: incoming: CloseWebSocketFrame(data: SimpleLeakAwareByteBuf(PooledUnsafeDirectByteBuf(ridx: 0, widx: 2, cap: 2))) 2017-08-08 08:37:34,312 [LoopGroup-508-1] - TRACE NettyWsTransport - WebSocket Client received closing 2017-08-08 08:37:34,312 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 - R:localhost/127.0.0.1:39690] CLOSE 2017-08-08 08:37:34,312 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 ! R:localhost/127.0.0.1:39690] READ COMPLETE 2017-08-08 08:37:34,312 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 ! R:localhost/127.0.0.1:39690] INACTIVE 2017-08-08 08:37:34,312 [LoopGroup-508-1] - TRACE NettyTcpTransport - Channel has gone inactive! Channel is [id: 0x252746e2, L:/127.0.0.1:60612 ! R:localhost/127.0.0.1:39690] 2017-08-08 08:37:34,312 [LoopGroup-508-1] - TRACE NettyTcpTransport - Firing onTransportClosed listener 2017-08-08 08:37:34,312 [LoopGroup-508-1] - DEBUG NettyWsTransport - [id: 0x252746e2, L:/127.0.0.1:60612 ! R:localhost/127.0.0.1:39690] UNREGISTERED 2017-08-08 08:37:34,312 [ocalhost:39690]] - DEBUG AmqpProvider - Transport connection remotely closed 2017-08-08 08:37:34,313 [me-limited test] - DEBUG ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@52163c91[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1] is shutdown: true and terminated: false took: 0.006 seconds. 2017-08-08 08:37:34,319 [main ] - INFO ServerConnector - Stopped ServerConnector@13d8d69e{HTTP/1.1}{0.0.0.0:39690} 2017-08-08 08:37:34,319 [me-limited test] - TRACE ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ScheduledThreadPoolExecutor@4c19bbb4[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 4] with await termination: 10000 millis 2017-08-08 08:37:34,319 [me-limited test] - DEBUG ThreadPoolUtils - Shutdown of ExecutorService: java.util.concurrent.ScheduledThreadPoolExecutor@4c19bbb4[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 4] is shutdown: true and terminated: true took: 0.000 seconds. 2017-08-08 08:37:34,320 [main ] - DEBUG WSTransportProxy - WebSocket closed: code[1001] message[Shutdown] 2017-08-08 08:37:34,320 [main ] - WARN Transport - Transport Connection to: amqp+ws://127.0.0.1:60612 failed: java.io.IOException: Unexpected close of AMQP WebSocket channel. 2017-08-08 08:37:34,322 [main ] - INFO ContextHandler - Stopped o.e.j.s.ServletContextHandler@33ecda92{/,null,UNAVAILABLE} 2017-08-08 08:37:34,323 [main ] - INFO TransportConnector - Connector ws://satellite:39690?websocket.maxBinaryMessageSize=1048576 stopped 2017-08-08 08:37:34,324 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:112) uptime 30.061 seconds 2017-08-08 08:37:34,324 [main ] - INFO BrokerService - Apache ActiveMQ 5.15.0 (localhost, ID:satellite-43635-1502177745503-0:112) is shutdown
TEST-org.apache.qpid.jms.JmsWSConnectionTest.xml
Description: XML document
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
