Skip to content

v1.0.3

Compare
Choose a tag to compare
@douglasrafael douglasrafael released this 11 Aug 18:40
· 14 commits to master since this release

Features:

  • Automatic creation and management of queues, exchanges and channels;
  • Support for direct, topic and fanout exchanges;
  • Publish;
  • Subscribe;
  • Support for a Remote procedure call (RPC).

Bug Fixes

  • Fixed an error when posting a message where content was not being mapped correctly to the consumer. A message can now be published by the IMessage interface or Message object.