cancel
Showing results for 
Search instead for 
Did you mean: 

Read a JMS queue with a timer event

04-15-2024 8:21 PM
1948 views 3 comments
0 Likes
SAP Managed Tags
Labels
API and Integrationiflowjms queueJMS Receiver channel ping issuetimer
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

Accepted Solutions (0)

Answers (1)

Answers (1)

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