java - Queuing requests to have just a single user "working" -
basically i'm trying build java webapp interface arduino. due "phisical" limitation have 1 user @ time working microcontroller.
i create queue requests , set limit (i.e. 20 seconds) , go next user. there in future option have 2 users connected "interact" each other.
how can implement infrastructure? jms? other ways?
i've used other mqs kestrel "strings", , i've no clue on how use in case. : /
(i use jboss if relevant, or helpful)
thanks in advance!
there rxtx java library comes arduno , suggest use arduno interface.
Comments
Post a Comment