Questions tagged [poller]

63 questions
0
votes
0 answers

transactional poller not working with mssqlerver

i have a transactional poller (spring 3.1.2 and spring-integration 2.2.3) to ensure that messages will be redelivered if the transaction is rolled back by an exception
cproinger
  • 2,258
  • 1
  • 17
  • 33
-1
votes
2 answers

Stop for loop by passing empty struct down channel Go

I am attempting to create a poller in Go that spins up and every 24 hours executes a function. I want to also be able to stop the polling, I'm attempting to do this by having a done channel and passing down an empty struct to stop the for loop. In…
pocockn
  • 1,965
  • 5
  • 21
  • 36
-2
votes
1 answer

File Poller implementation in Spring Boot-Camel Application

I am new to Apache Camel Framework. I have to develop an application in Spring Boot and Camel which polls given directory repeatedly(even after the directory undergo any modifications, the poller should go on polling for another scheduled interval…
1 2 3 4
5