public class MockQueueConnection extends MockConnection
Constructor and Description |
---|
MockQueueConnection() |
Modifier and Type | Method and Description |
---|---|
ConnectionConsumer |
createConnectionConsumer(Queue queue,
java.lang.String messageSelector,
ServerSessionPool sessionPool,
int mexMessages) |
QueueSession |
createQueueSession(boolean transacted,
int acknowledgeMode) |
void |
setupQueueSession(QueueSession queueSession) |
close, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, setExpectedCloseCalls, setExpectedStartCalls, setExpectedStopCalls, setupThrowException, start, stop
notImplemented, notYetImplemented, verify
public ConnectionConsumer createConnectionConsumer(Queue queue, java.lang.String messageSelector, ServerSessionPool sessionPool, int mexMessages) throws JMSException
JMSException
public QueueSession createQueueSession(boolean transacted, int acknowledgeMode) throws JMSException
JMSException
public void setupQueueSession(QueueSession queueSession)
Copyright © 2002 Mock Objects. All Rights Reserved.