KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > TransactionInProgressException > Top Examples

  • org.exolab.jms.client.JmsXAQueueSession
    Client implementation of the <code>javax.jms.XAQueueSession</code> interface. @author <a HREF="mailto:jima@comware.com.au">Jim Alateras</a> @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.2 $ $Date: 2005/03/18 03:36:37 $
  • org.springframework.jms.core.JmsTemplate
    Helper class that simplifies JMS access code. This class requires a JMS >= 1.1 provider, because it builds on the domain-independent API. <b>Use the {@link JmsTemplate102 JmsTemplate102} subclass for JMS 1.0.2 providers.</b> <p>If you want to use dynamic destination creation, ...
  • org.springframework.jms.TransactionInProgressException
    Runtime exception mirroring the JMS TransactionInProgressException. @author Les Hazlewood @since 1.1 @see javax.jms.TransactionInProgressException
Popular Tags