• 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

How to use Activation specification with Resource adaptor in WAS6

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

I want to use Resource adaptor to create J2CActivationSpecification.
How to create Resource adaptor for Websphere MQ 6?


Thanks,
Chethan
 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are some links from infocenter on configuring and creating resources for MQ.

Installing WebSphere MQ to interoperate with WebSphere Application Server
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/tmj_instm.html

Configuring JMS resources for the WebSphere MQ messaging provider
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/tmj_admrm.html

Configuring a J2C activation specification
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/tj2c_cfgas.html
 
Chethan Verma
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Rao.

In case if anybody needs it here's how I have used it.

There are two ways to create AS in WAS6.1

1.Using it with SIB

2.Using it with Resource adapter

I was trying to create it using RA

This is how I have used:

1. Installed wmq.jmsra.rar (took from <MQ Installation dir>/Java/lib/jca/)
using admin console (Resources > Resource Adapter > Install RAR)

2. Created J2C Activation Spec ((Resources > Resource Adapter > J2C Activation Spec)

3. Using 'Custom properties' link in J2C Activation spec, specified QManager host,Queue names etc..

4. Instead of using Listener port in MDB used Activation Spec (with activationSpecJndi property)
 
roses are red, violets are blue. Some poems rhyme and some are a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic