org.logicblaze.lingo.jms
Interface JmsProducerPool


public interface JmsProducerPool

Represents a pool of JMS producers

Version:
$Revision: 1.1 $

Method Summary
 JmsProducer borrowProducer()
           
 void returnProducer(JmsProducer producer)
           
 

Method Detail

borrowProducer

public JmsProducer borrowProducer()

returnProducer

public void returnProducer(JmsProducer producer)


Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.