• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

CLIENT_ACKNOWLEDGE

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, my scenario goes like this...

Messages are posted continuously to the JMS queue thorough JMS bridge from external system and the underlying MDB gets called.
Now, i want to acknowledge the message only after successful processing of it at the MDB.

For which i tried "message.acknowledge()" in onMessage() method of MDB and changed the descriptior to
<acknowledge-mode>CLIENT_ACKNOWLEDGE</acknowledge-mode>


My Weblogic gives the below exception while starting it....

weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unknown ACKNOWLEDGE MODE : CLIENT_ACKNOWLEDGE ]


Is there something i'm missing here


thanks
 
The airline is called "Virgin"? Don't you want a plane to go all the way? This tiny ad will go all the way:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic