Hi all,
I have this piece of code:
I want to use receiveNoWait() polling method on PollingConsumer but polling
does not return null immediately. Method waits a delay time and after that
returns null.
Same problem is with consumer.receive(long) also ignores timeout.
Thank you
I have this piece of code:
I want to use receiveNoWait() polling method on PollingConsumer but polling
does not return null immediately. Method waits a delay time and after that
returns null.
Same problem is with consumer.receive(long) also ignores timeout.
Thank you