AymDev / MessengerAzureBundle

A Symfony 4/5/6 bundle providing a Messenger transport for Azure Service Bus using the Azure REST API.
MIT License
10 stars 7 forks source link

SessionID attributes should be SessionId #3

Closed HUG-socloz closed 2 years ago

HUG-socloz commented 2 years ago

We can use session enabled queues by using "Forward messages to". But the SessionID should be SessionId

The message is not forward and goes directly to dead-letter with the error : "The SessionId was not set on a message, and it cannot be sent to the entity. Entities that have session support enabled can only receive messages that have the SessionId set to a valid value."

AymDev commented 2 years ago

Thanks for the fix in #4 The CI checks were KO but it was my fault, I fixed it before merging the PR and now it's all green.