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?

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

ag3silaus
Participant
0 Kudos

Hi @vinicius_anjos_inacio ,

doesn't work this for your scenario ? 

ag3silaus_0-1714432307848.png

Best Regards,

Burak

0 Kudos
Hi @ag3silaus, no it doesn't work because request reply doesn't support a jms adapter