Stomp Broker Relay may ignore configured destination prefixes [SPR-16265] #20812
Labels
in: messaging
Issues in messaging modules (jms, messaging)
status: backported
An issue that has been backported to maintenance branches
type: regression
A bug that is also a regression
Milestone
Rémi Alvergnat opened SPR-16265 and commented
There's a bug in StompHeaderAccessor class, method updateStompCommandAsClientMessage.
Problem occurs when getCommand() returns null. setHeader is called with SEND command, but command variable is not set after that and method returns null instead of SEND
It cause the stomp broker relay to ignore destination prefixes because command is null (see StompBrokerRelayMessageHandler L507).
Affects: 4.3.13, 5.0.2
Reference URL: #1616
Issue Links:
Referenced from: commits 4fe94df, 76dcde9
Backported to: 4.3.14
The text was updated successfully, but these errors were encountered: