Re: JMS TopicSession Transactions ...

2000-04-28 Thread Harsh Waghmare
500, Eric Hodges wrote: >I was never able to get JMS to work in Orion. The test code wouldn't >compiler, and some of the classes couldn't be instantiated. I asked several >times on this list and no one had any success with the JMS support. > > >- Original Message

Re: JMS TopicSession Transactions ...

2000-04-28 Thread Eric Hodges
t;[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, April 28, 2000 2:39 AM Subject: JMS TopicSession Transactions ... > does the Orion implementation of TopicSession support transactions ? > I have a topic session which I am

JMS TopicSession Transactions ...

2000-04-28 Thread Harsh Waghmare
does the Orion implementation of TopicSession support transactions ? I have a topic session which I am creating like this TopicSession topicSession = topicConn.createTopicSession(true,TopicSession.AUTO_ACKNOWLEDGE); the topic session is therefore transacted. whenever i publish messages, i fol