com.caucho.quercus.lib.jms
Class JMSQueue
java.lang.Object
com.caucho.quercus.lib.jms.JMSQueue
public class JMSQueue
- extends java.lang.Object
JMS functions
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSQueue
public JMSQueue(ConnectionFactory connectionFactory,
Destination queue)
throws java.lang.Exception
- Connects to a named queue.
- Throws:
java.lang.Exception
__construct
public static Value __construct(Env env,
java.lang.String queueName)
send
public boolean send(Value value,
JMSQueue replyTo)
throws JMSException
- Throws:
JMSException
receive
public Value receive(Env env,
long timeout)
throws JMSException
- Throws:
JMSException
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object