ESB と Message Broker を使用して、次のシナリオをセットアップしようとしています。
フロー 1:
Client 1 Sends the message to ESB -> ESB consumes the message and stores it into the queue -> End of flow 1;
フロー 2:
Client 2 sends a request to ESB to get messages -> ESB gets the messages from the queue defined for Client 2 -> ESB sends back a pack of message that were present in the queue
フロー 1 を実装するのに問題はありませんが、ドキュメントと例はストア アンド フォワード パターンを参照しているため、クライアントの要求に応じてメッセージを消費する実際の例は見当たりませんでした。「ストア アンド プル」モデルです。
誰でもアドバイスしてもらえますか?
参照リンク: http://docs.wso2.org/wiki/display/ESB460/Sample+702%3A+Introduction+to+Message+Forwarding+Processor
http://docs.wso2.org/wiki/display/MB201/Integrating+WSO2+ESB
よろしく、ウラジミール。