aqPoll {aqr} | R Documentation |
Used to poll data from the messaging bridge. As the time of this writing (0.2), individual messages are separated by "\n". In a future version, this function will return a list object.
aqPoll()
## Not run: > aqPoll() [,1] [1,] "/topic/TEXT" [,2] [1,] "TEST1\nTEST2\nTEST3\n" > ## End(Not run)