cancel
Showing results for 
Search instead for 
Did you mean: 

Read an asynchronous messaging with a Timer Event

0 Kudos

Hi,
I want a Timer Event which will run daily to read the JMS Queue messages or some asynchronous messaging adapter and forward it for processing.
Request-Reply is not working for JMS Adapter.
How to achieve this?

View Entire Topic
Sriprasadsbhat
Active Contributor

Hello,

You cant pull messages from JMS queue using Request reply .Poll Enrich usually fits into this pattern but from SAP CI perspective it is supported only with SFTP.

You can think of deploying and undeploying iflow having JMS sender adapter polling the JMS queue and if you want to control this ( based on timings ) then you can leverage integration deploy/undeploy api [ DeployIntegrationDesigntimeArtifact ] associated with timer event.

https://api.sap.com/api/IntegrationContent/path/post_DeployIntegrationDesigntimeArtifact 

Regards,

Sri

 

Regards,

Sri

0 Kudos
Hi riprasadsbhat, I think that will work to me, I'm going to use the deploy/undeploy, I only don't know how to undeploy it with the api, I didn't see a specific route