cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Read a JMS queue with a timer event

05-19-2024 7:41 PM
raihan_siddiqui Participant
1722 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

Hi experts,

I would like to know, if is it possible to read data from a JMS queue with a timer?
I want to run my JMS queue receiver flow daily, but I cannot connect the sender to a timer event. I want the data to be stored in JMS queue until the timer run the receiver flow.

This is what my receiver flow looks like right now...

Regards.

0 Likes
View Entire Topic
raihan_siddiqui
Participant
0 Likes

Maybe you can do this via 2 iflows.

The first iflow would be a jms adapter connected to start message.

In the second iflow you can schedule it using a timer and then call deploy integration flow API to call the first iflow.

 

BR,

Raihan