Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method name

Description

receive()

Waits until a message is available and then returns it; potentially blocking forever

receive(long)

Attempts to receive a message exchange immediately without waiting , waiting up to the given timeout and returning null if a no message exchange is not available yet could be received within the time available

receiveNoWait()

Attempts to receive a message exchange , waiting up to the given timeout immediately without waiting and returning null if no a message exchange could be received within the time available is not available yet

Scheduled Poll Components

...