cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read a JMS queue with a timer event

0 Likes
1,771

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.

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