Hello,
  I'm working on a Broker interceptor class that extends BrokerFilter.
  After processing an incoming message, I would like to publish to a
topic that is determined from the content of the message.
  My question is: is there a quicker way to publish to a topic from a
Broker than the standard method a client uses to publish (getting
connection, TopicSession, TopicPublisher, and then using the
TopicPublisher to publish)?
  Thanks!

--
  J. Patrick Bedell
  [EMAIL PROTECTED]
  http://infoeng.sourceforge.net
  http://rothbardix.blogspot.com

Reply via email to