rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

Convert optional AMQP 0-9-1 headers into STOMP x-headers #112

Closed michaelklishin closed 7 years ago

michaelklishin commented 7 years ago

See this rabbitmq-users thread.

Note that we do convert headers on STOMP's SEND frames to AMQP 0-9-1: https://github.com/rabbitmq/rabbitmq-stomp/blob/stable/src/rabbit_stomp_util.erl#L67.

michaelklishin commented 7 years ago

@lukebakken's PRs above suggest that this is already done. We'll produce a WebSockets-specific example to share in the original report thread, otherwise this issue seems to be a no-op, at least as far as this plugin goes.