seneca-stomp-transport

0.2.1 • Public • Published

seneca-stomp-transport - a Seneca plugin

Seneca Stomp Transport Plugin

Seneca message transport over Stomp, the default configuration does NOT work ActiveMQ.

For any question feel free to contact me at @Nss

Tested on Node v0.10.33, Seneca 0.5.20, coilmq

Test

As reported above the default configuration doesn't work with ActiveMQ. This is because we want to keep this module as much generic as possible, ActiveMQ forces the channel prefix to be "/queue/", this is not true for other brokers.

To test this package you need a stomp broker that doesn't have constraints on the channel name.

Ex.

In your code directory:

git clone https://github.com/Nss/coilmq.git
cd coilmq
PYTHONPATH=. python2 coilmq/start.py -p 61613 --debug

Inside the seneca-stomp-transport directory:

npm test

Acknowledgements

Sponsored by nearForm

Package Sidebar

Install

npm i seneca-stomp-transport

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • lucalanziani
  • luca_lanziani
  • rjrodger