• 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

deploying MDB with IBM WMQ in Jboss AS 7.2

 
Ranch Hand
Posts: 242
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to do a POC using MDB with IBM WMQ in Jboss AS7.2

i have configured the Resource adaptor for wmq-jmsra.rar, i am not sure how to use the resource adapter in the messaging subsystem or is it possible to


however i tried deploying a MDB using the @ResourceAdapter(value = "wmq.jmsra.rar") in the MDB it is deploying and my MDB onMessage is triggered. my question is how good is the configuration that uses both messaging and Resource adapter when compared to using resource adapter.

thanks
Amir
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to configure that resource adapter as the default for the entire server then you should do it in the subsystem configurations. Else doing it per deployment, like you did, is the right thing to do.
 
Amirtharaj Chinnaraj
Ranch Hand
Posts: 242
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply, Jaikiran.

will you please point me to the place where i can find more details about the configuration of the messaging subsystem.

Also i am curious to know why <hornetq-server> is the root element inside the . if i need to configure for IBM WMQ what will be the root element name.

thanks
Amir
 
reply
    Bookmark Topic Watch Topic
  • New Topic