Skip to content

Commit

Permalink
Fix correlation ID header name
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Mar 8, 2023
1 parent 7c73ffd commit ed4fe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blueapi/messaging/stomptemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

LOGGER = logging.getLogger(__name__)

CORRELATION_ID_HEADER = "JMSCorrelationID"
CORRELATION_ID_HEADER = "correlation-id"


class StompDestinationProvider(DestinationProvider):
Expand Down

0 comments on commit ed4fe10

Please sign in to comment.