• 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

support for " @ActivationConfigProperty(propertyName = "sendUndeliverableMsgsToDMQ", propertyValue "

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

hi ,

can you please tell me that, is the property "sendUndeliverableMsgsToDMQ" supported by the all server. it is working fine with glass fish.

regards
Guru...
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Push
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
not sure you still need this but anyway, for future reference, the only properties standardized in the ejb 3.0 core spec are :

- destinationType
- subscriptionDurability (for when the destination is a topic)
- messageSelector
- acknowledgeMode (for when you're using bmt)

The one you mention, although supported in MQ (and therefore glassfish), is not standardized and therefore should not be relied to work in all ejb containers.

If you want to know more, check chapters 5.4.13 - 5.4.16 of the spec.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic