[SNMP4J] multithreaded ordered receiver

none none 1475369n at gmail.com
Wed May 6 18:15:11 CEST 2009


Hello,

I need to create an application that receive and process SNMP v1 traps from
multiple senders.

As there are multiple senders, it seems convenient to use multiple threads
(maybe a thread pool?) to process the traps.

But the hard part is:
For each sender, the application must process the traps strictly in the
order they were received.

For example, if the application receives the traps  A, B, C, D  from a
particular sender, then the application must process first A, then B, then C
and finally D.

It would be great if someone can give any suggestions to do that?

Thank you



More information about the SNMP4J mailing list