Java javax.jms QueueReceiver fields, constructors, methods, implement or subclass

Example usage for Java javax.jms QueueReceiver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms QueueReceiver.

The text is from its open source code.

Implementation

javax.jms.QueueReceiver has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the message consumer.
StringgetMessageSelector()
Gets this message consumer's message selector expression.
QueuegetQueue()
Gets the Queue associated with this queue receiver.
Messagereceive(long timeout)
Receives the next message that arrives within the specified timeout interval.
Messagereceive()
Receives the next message produced for this message consumer.
MessagereceiveNoWait()
Receives the next message if one is immediately available.
voidsetMessageListener(MessageListener listener)
Sets the MessageConsumer 's MessageListener .