• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jms message ack problem in transaction

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a problem with th ack of jms message in relation of the cmp transaction attribute.
I have an MDB with CMP transaction attribute set to Required that receive a message from a queue 1 and send a message on a queue 2.On this Queue 2 there as another MDB with transaction attribute set to Required to.
The problem is that the second MDB doesn't receive the message from the first MDB.
But If I set the transaction attribute of the first MDB to NotSupported the message arrives to the second MDB.
Why?Where is my mistake?
I work on Weblogic Server 8.1 sp6
thanks for help
 
reply
    Bookmark Topic Watch Topic
  • New Topic