Closed DaveSenn closed 8 years ago
Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.
There is no way to customize message-id. Its format is not defined in the STOMP spec.
Apache NMS STOMP cannot handle the format of the message-id field. NMS expects a specific format and since the message-id (MESSAGE frame) returns by the broker does not match this format NMS will throw an exception.
Is there a way to make the RabbitMQ-STOMP-Plug-In “compatible” with the NMS STOMP library?
NMS Code of parsing the message-id field: