org.apache.commons.jelly.tags.jms
Interface ConsumerTag

All Known Implementing Classes:
StopwatchTag, SubscribeTag

public interface ConsumerTag

Represents an interface for a Tag which consumes JMS messages. By default this is the <subscribe> tag but other tags could implement this interface to enabled things like Message pipelining, transactional message consumer tags, stopwatch wrappers etc.

Version:
$Revision: 155420 $
Author:
James Strachan

Method Summary
 void setMessageListener(javax.jms.MessageListener messageListener)
          Sets the JMS messageListener used to consume JMS messages
 

Method Detail

setMessageListener

public void setMessageListener(javax.jms.MessageListener messageListener)
Sets the JMS messageListener used to consume JMS messages



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.