MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / createConsumer

Method createConsumer

java/jms/src/org/opendds/jms/SessionImpl.java:94–97  ·  view source on GitHub ↗
(Destination destination)

Source from the content-addressed store, hash-verified

92 }
93
94 public MessageConsumer createConsumer(Destination destination) throws JMSException {
95 checkClosed();
96 return createConsumer(destination, null, false);
97 }
98
99 public MessageConsumer createConsumer(Destination destination,
100 String messageSelector) throws JMSException {

Callers 13

replyToScenarioMethod · 0.80
recoverSynchMethod · 0.80
recoverAsyncMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80
messageSelectorMethod · 0.80
receiveMethod · 0.80
messageListenerMethod · 0.80
acknowledgementMethod · 0.80

Calls 4

checkClosedMethod · 0.95
validateDestinationMethod · 0.95
debugMethod · 0.80
addMethod · 0.45

Tested by 13

replyToScenarioMethod · 0.64
recoverSynchMethod · 0.64
recoverAsyncMethod · 0.64
closeMethod · 0.64
closeMethod · 0.64
messageSelectorMethod · 0.64
receiveMethod · 0.64
messageListenerMethod · 0.64
acknowledgementMethod · 0.64