Hi,
For monitoring purposes I would like to have a Java service which would get the first message in a client queue. (of course without deleting it from the client queue).
Then once I have the document in IDATA in flow service I can filter from the _env the enqueueTime.
I’m guessing that the Broker Java API is the way to go for this.
Something like :
- Browse client queue
- Set position to 1
- Get the document
- disconnect
Can anyone help providing a sample Java code for this?
Thanks a lot for your eventual help.
Jeremy