-
> dmesg
```
[ 570.970671] usb 3-2.3.2.1.1: new high-speed USB device number 18 using xhci_hcd
[ 571.060974] usb 3-2.3.2.1.1: New USB device found, idVendor=0e41, idProduct=4246, bcdDevice= 2.00
…
-
Introducing 1.2 support should likely have a 1.1 BC layer, since not many brokers support it yet (rabbit 3.0 does).
- Replace the stomp spec in doc dir and README with v1.2
- Support for \r\n
- New he…
igorw updated
9 years ago
-
http://stomp.straitstimes.com/singapore-seen
https://images2.imgbox.com/77/d1/B65AycEr_o.jpg
Mozilla Firefox Quantum version 57.0.3 (64-bit)
Tampermonkey
Adblock Plus
EasyList + AakList
the si…
-
Hello, guys. What version of rabbitmq-stomp are you using? As you can see here https://github.com/rabbitmq/rabbitmq-stomp/commit/cbc4b442e6c808cb6e145971a130df063c2d9799#src/rabbit_stomp_processor.erl…
si14 updated
13 years ago
-
```
Was trying to do a benchmark, and for some reason I randomly get this error
thrown...
Shouldn't I be able to catch this error (without modifying the class)?
Basically, I think the throw new Er…
-
Test Body - vofmhjpnzu
-
```
Was trying to do a benchmark, and for some reason I randomly get this error
thrown...
Shouldn't I be able to catch this error (without modifying the class)?
Basically, I think the throw new Er…
-
Have you considered supporting STOMP over websockets, which most AMQP/STOMP brokers are starting to support? For Java apps integrating over the open internet, running stomp over websockets/wss on stan…
-
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jms-benchmark-stomp: Could not resolve dependencies for project org.fusesourc…
-
I can't seem to get this working with stomp over SSL and the more I look at it I'm not even sure it's supported.
I'm currently try to do
```
let wsProtocol = (location.protocol === 'https:') ? …