Hi Sushmita
These are configurations on WMQ side but I think I need Physical
Destination configuration on SJSAS side as SJSAS is complaining physical
destination is "null" and cannot load the MDB in Javabean integration mode.
Thanks
Max
Sushmita Sharma wrote:
>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.
>
>