Skip to content

Server messages don't have destination header. #32

@Caleb-Bolton

Description

@Caleb-Bolton

Server messages sent by a StompBrokerJS server don't have the destination: header described in the STOMP protocol for server messages.

This line

args.frame.headers.subscription = sub.id;

sets the subscription header with the destination value. Instead of setting a subscription header, the destination: header should be populated with the destination value instead to match the STOMP protocol.

Maybe I am mistaken?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions