(Destination destination)
| 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 { |