charyorde

Results 7 issues of charyorde

Hi, I'm interested in contributing a transformer for "STOMP over WebSocket". I've been looking at these resource: http://jmesnil.net/stomp-websocket/doc/ https://www.npmjs.com/package/stomp-client Any pointers on how to proceed from here.

discussion

I want everything under "Your clouds" deleted. How do I achieve this? ## What provider (aws, maas, localhost, etc)? maas ### MAAS Users Which version of MAAS? 2.1.5

enhancement

How does later handle multiple dynamic schedules in a single app? For example, streaming dynamic purchases with debit orders (future debits). Does `later.setTimeout(function, schedule)` currently execute within a new child...

For example, I can do something like this: stomp-websocket over sockjs-node ``` var Stomp = require('stompjs') var SockJS = require('sockjs-client') var client = Stomp.over(new SockJS('http://localhost:8081/stompendpoint')); ``` Using a compatible python...

Is alerts here the Queue name? ``` pub.connect('alerts'); sub.connect('alerts'); ```

How to specify Queue exclusivity, durability and consumerTag for uniquely identifying messages during consumption?

Can rabbit.js be used as a use case for broadcasting messages to multiple SockJS servers Say I have a application that is used by millions of users online and I...