[erlang-questions] Erlang STOMP client

Ben Hood 0x6e6562@REDACTED
Tue Sep 2 15:08:14 CEST 2008


Juan,

2008/9/2 Juan Jose Comellas <juanjo@REDACTED>:
> We plan to migrate to RabbitMQ in a few months, but in the meantime I need
> to speak to ActiveMQ, and STOMP is the easiest way to achieve that.
>
> I haven't found any STOMP clients that I could use, so I'm writing one using
> gen_fsm as we speak.

I see. To save yourself some time, you might want to re-use the wiring
from the server side adapter ( http://hg.rabbitmq.com/rabbitmq-stomp/
). This would be a case of inverting the server into a client by
re-using the stomp_frame module.

Just a thought,

Ben



More information about the erlang-questions mailing list