The poller tag has no wiki summary.
0
votes
1answer
26 views
Configure the poller in Spring Integration as queue
I'm working at implementing a buffer, in order to execute various jobs.
I'm working on a Spring-based project.
I decided to use Spring Integration to accomplish my aim.
So, I thoung on Cafè ...
0
votes
0answers
34 views
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
...
1
vote
0answers
86 views
A simple background poller service for Windows 7 [closed]
Would like it to collect info on application running every 5 seconds, then sent to database. The service would then collect information such as MAC Address of the PC, user that is logged in.
What I ...
0
votes
1answer
165 views
Reading of files with max-messages-per-poll=10 and prevent-duplicates=false
I'm trying to read files from the directory. If file cannot be processed it stays there to be tried later.
<file:inbound-channel-adapter prevent-duplicates="false" id="fileInput" ...
0
votes
0answers
352 views
Spring Integration int:poller exception
I am new to Spring Integration and am trying to a simple mail Transformer to work so as I can expand the soltuion at a later date. I am receiving an error Bean Definition cannot be null and Namespace ...
1
vote
1answer
707 views
how to do polling in backbone.js?
Hi i am working on a paly2.0 framework application(with java) using backbone.js. In my application i need to get the table data from the database regularly ( for the use case of displaying the ...
3
votes
2answers
786 views
ZeroMQ Poller vs Tornados EventLoop
Design wise and performance wise which approach is recommended for handling multiple Zeromq sockets and why ?
Is it true that Tornado's IOLoop used by ZeroMQ hogs less CPU than the Poller used in a ...
0
votes
1answer
164 views
Develop a poller similar to MRTG
Im developing a poller similar to MRTG/cacti in java and have a few queries.
How do I know if the device uses 64 bit counter or 32 bit counter. Also do I get the values from these counters or is ...
2
votes
1answer
478 views
Configure interval based cron in Spring JMS integration
I need to forward message from Queue1 to Queue2 in specified interval but NOT just after the message arrived in Queue1. Below is my config.
<int-jms:inbound-channel-adapter ...
0
votes
0answers
1k views
Spring Integration - how to start a poller via external control?
I have the need of starting a (s)ftp polling only after an external event (a RMI method invocation) and I wondered if there is a way of doing so.
I have an application running on a web server (A) ...
1
vote
0answers
461 views
Global hotkey poller via python for Mac OS X
I use this for Linux.
And pyhook on windows.
But I don't know what to use to register if a key is pressed (global - non-focused) on Mac OSX.
How can one do this?
I'm mostly looking at registering ...
2
votes
5answers
703 views
Best method to write an email poller
I am working on an email polling solution, for a multi-user system. So users can send emails on their respective ids and it would be polled and inserted to a db.
There are two options that I am ...