Pull message from a queue on an adhoc basis
smpapas
Member Posts: 19 ✭
Hi, I have a requirement to use spring cloud stream binder for solace to connect and pull messages from a queue. The application should not listen to that queue continuously instead it should try to pull the message based on a scheduled time interval. Could you pls help me how to achieve this with minimal java code?
Thanks
Tagged:
0
Comments
-
Hi @smpapas,
@UshShukla actually created a sample polling consumer using Spring Cloud Stream here. Can you take a look and see if that gives you what you're looking for?
Hope that helps!
0