How a webservice provide by OSB can be called as soon as we receive a message in Websphere MQ?

StackOverflow https://stackoverflow.com/questions/13749351

  •  05-12-2021
  •  | 
  •  

문제

I am using IBM Websphere Message Queue. I want webservices provided by Oracle Service Bus to be called as soon as message queue receives a new message. How can I configure this?

TIA,

Arpan Chaudhury

도움이 되었습니까?

해결책

While creating OSB Proxy Service, use MQ as Protocol and provide the MQ details. Whenever there will be a message pushed into the Queue, OSB Proxy Service will get invoked.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top