Author |
Message
|
harsha8127 |
Posted: Fri Jan 16, 2015 3:10 am Post subject: Connectivity between applications. |
|
|
Acolyte
Joined: 25 Nov 2013 Posts: 72
|
Hi docs,
I have serious issue which is a basic in MQ, please look into and do the need ful.
Iam a MQ ADMIN. I our my environment i have MQ ver 6.0.2.12. And now we have two application(BIZTALK[source] and LIFEASIA[target]) which need to communicate each other through MQ. So i have created a QMGR with two queues (INPUTQ and OUTPUTQ) and a SERVER CONNECTION channel (*****.SVRCON) a LISTENER (*****.tcp) with port(****). I have given authorities *public.
On the source side(BIZTALK) they have created a sender adapter for INPUTQ and receiver adapter for OUTPUTQ.
On the Target side(LIFEASIA) they have created a JOB to receive the request from INPUTQ.
So now when the source is putting request in my inputq the target is receiving the Request. The target application have integration done on their side to create response and they are storing it in one location.
Now do MQ has any Feature to run any job to pick that data and place in the OUTPUTQ.
please help me..  |
|
Back to top |
|
 |
zpat |
Posted: Fri Jan 16, 2015 3:27 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Why are you using an ancient version of MQ? _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Jan 16, 2015 3:39 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Look at triggering the queue to launch the consuming application. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 16, 2015 6:04 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's the job of the LifeAsia application to put the data onto the OUTPUTQ.
If the LifeASIA application is unable to do that, and instead can only write the data into a file or a database or whatever, then the application team will have to write an adapter that will read that data and write it into a queue.
MQ has no native facilities for reading external datasources and producing messages. |
|
Back to top |
|
 |
harsha8127 |
Posted: Sat Jan 17, 2015 3:14 am Post subject: |
|
|
Acolyte
Joined: 25 Nov 2013 Posts: 72
|
Thanks for your valuable comments Docs,
Is there any other possibility to create a listeners without using define command or assigning port to a Qmgr. As in my office mq is installed in as400 server,and iam newly appointed. The previous admins have created a Qmgr and without listener they have assigned a port number. There are no listener and system default listen er is in off state but still qmgr is working.
Is there any possibility like this situation.
 |
|
Back to top |
|
 |
harsha8127 |
Posted: Sat Jan 17, 2015 3:18 am Post subject: |
|
|
Acolyte
Joined: 25 Nov 2013 Posts: 72
|
bruce2359 wrote: |
Look at triggering the queue to launch the consuming application. |
Hi Doc,
Sorry I didn't get you. Can you please elaborate it for me please....
 |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 17, 2015 6:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
harsha8127 wrote: |
bruce2359 wrote: |
Look at triggering the queue to launch the consuming application. |
Hi Doc,
Sorry I didn't get you. Can you please elaborate it for me please....
 |
If lifeasia is able to read (consume ) the messages from the input queue, ask them why they are not able to place the response on the output queue...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|