RPC over IBM MQ
FastStream supports blocking request/reply over IBM MQ using a temporary reply queue created from a model queue.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
How it works
- the request message is published to the destination queue
- FastStream creates a dynamic reply queue for the request
- the response is matched using MQ-native
MsgId->CorrelId
Caller-managed reply_to routing is not part of the current IBM MQ request API.