Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different message body in SyncProvider and IronMqProvider. #53

Closed
pasxel opened this issue Nov 27, 2014 · 0 comments
Closed

Different message body in SyncProvider and IronMqProvider. #53

pasxel opened this issue Nov 27, 2014 · 0 comments

Comments

@pasxel
Copy link

pasxel commented Nov 27, 2014

Hi guys,
When I tried to send message with body (ex. ['event'=> 'event_name']):

  • With SyncProvider $messageEvent->getMessage()->getBody() returns ['event'=> 'event_name']
  • With IronMqProvider $messageEvent->getMessage()->getBody() returns ['queue_name' =>['event'=> 'event_name']]

Difference in config.yml only.

@k-k k-k closed this as completed in 27786ad Dec 2, 2014
k-k added a commit that referenced this issue Dec 2, 2014
Fix #53 IronMqProvider return message's body with name of queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant