users@genericjmsra.java.net

Re: genericjmsra - following up [Re: [Re: MQ Series and AS8] (or Weblogic9)]

From: Sushmita Sharma <Sushmita.Sharma_at_Sun.COM>
Date: Mon, 19 Dec 2005 02:13:10 -0500

Hi Max,
I hope that the following have been done for wmq -

Under wmq bin dir -

- Run the MQJMS_PSQ.mqsc script provided to create
standard queues -
   "runmqsc QM1 < MQJMS_PSQ.mqsc" .... where QM1 is
the queue manager name

- Create a user defined q local -
   "runmqsc QM1" and define a qlocal ... for e.g.
"DEFINE QLOCAL(SAMPLE.QUEUE)"


  
- Start the admin console - JMSAdmin. Here you
give the commands for the creation of the JMS
resources. Create queue conn factory and queue
... for e.g.

     ./JMSAdmin
     "def qcf(foo) hostname(localhost) port(1414)
channel(SYSTEM.DEF.SVRCONN) transport(CLIENT)
qmanager(QM1)"
      "def q(wmqQueue) queue(SAMPLE.QUEUE)
qmanager(QM1)"


-Sushmita.

----- Original Message -----
From: Binod <Binod.Pg_at_Sun.COM>
Date: Monday, December 19, 2005 1:38 am
Subject: Re: genericjmsra - following up [Re: [Re:
MQ Series and AS8] (or Weblogic9)]
To: Max Poon <maxpoon_at_gmail.com>
Cc: Sushmita Sharma <Sushmita.Sharma_at_Sun.COM>,
users_at_genericjmsra.dev.java.net

> Hi Sushmita,
>
> Would you explain the JMSAdmin step, a bit more
detail.
>
> thanks,
> Binod.
>
> > Hi Sushmita
> >
> > It seems you did not need to specify physical
destination
> properties
> > for the WMQ ?! In that case, how does the RA
connect to WMQ QM ?
> >
> > Can you send me your appserver's domain.xml as well?
> >
> > Thanks
> > Max
> >
> > Sushmita Sharma wrote:
> >
> >> Hi Max,
> >> I've attached a sample sun-ejb-jar.xml for mdb
and a
> >> setup script which creates connector connection
pool
> >> and resources and resource adapter config in jndi
> >> mode. Hope this will help.
> >>
> >> Summary of steps -
> >> 1. Create queue manager, start queue manager,
create
> >> queue conn factory and queues in wmq
> >> 2. In appserver, create resource adapter config and
> >> deploy resource adapter
> >> 3. Update server classpath for wmq classes
> >> 4. Create connector-connection-pool, resource and
> >> admin object
> >> 5. Add resource adapter config in mdb deployment
> >> descriptor
> >>
> >> Please refer to the attached files.
> >>
> >> Regards,
> >> Sushmita.
> >>
> >>
>
>