forked from EasyNetQ/EasyNetQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Mike Hadlow edited this page Nov 18, 2013
·
20 revisions
A list of changes to be done for EasyNetQ version 1. Warning: most are breaking changes to the current API.
[5] Factor exchange, queue, binding declares out of AdvancedBus publish and subscribe.[5] Publish back on IBus interface. Marshall publish calls from multiple threads onto a single publish loop on a single publish channel.[3] Better request/response.[3] Request back on IBus interface. Similar to Publish.[5] Timeouts! Including for publisher confirms, request response.[3] Send/Receive pattern.[3] Many-to-one handler/consumer.[3] Subscriber cancellation.- [3] Producer/Consumer pipeline interceptors (to plug in logging/compression/encryption)
- [2] Subscribe to error messages API.
- [3] Error strategy based on RabbitMQ dead letter exchanges (http://www.rabbitmq.com/dlx.html)