Author |
Message
|
ganeshkaki |
Posted: Mon Feb 27, 2017 12:04 pm Post subject: WMQ integration with FileNet 5.2 |
|
|
Newbie
Joined: 27 Feb 2017 Posts: 4
|
@Channel
Hi,
We have installed IBM FileNet 5.2.1 & WAS 8.5 under same machine and where as WMQ 8.0 was installed on a different machine.
Can somebody tell me how to integrate both FileNet 5.2.1 & WMQ 8.0 together.
Quote: |
The goal of this configuration is, it should allow a developer to drop a message directly from the FileNet process to a queue running on a different machine |
Please advice with the above mentioned versions.
Thanks in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 27, 2017 12:19 pm Post subject: Re: WMQ integration with FileNet 5.2 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ganeshkaki wrote: |
Can somebody tell me how to integrate both FileNet 5.2.1 & WMQ 8.0 together. |
With code.
ganeshkaki wrote: |
The goal of this configuration is, it should allow a developer to drop a message directly from the FileNet process to a queue running on a different machine |
So you need to establish a client connection from the MQ server to the FileNet server, then exploit that connection using an appropriate FileNet adapter (if such an adapter exists for your specific use case) or a piece of custom code (MDB or similar). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ganeshkaki |
Posted: Tue Feb 28, 2017 11:43 am Post subject: |
|
|
Newbie
Joined: 27 Feb 2017 Posts: 4
|
Yes. We would like to use the JMS Component as the Adapter type not the Legacy (Deprecated).
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 28, 2017 12:14 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Ok.
So you want to use JMS.
Configure JMS to talk to MQ.
If you're supposed to, configure JMS to talk to FileNet.
Otherwise, do whatever setup you need in FileNet to use the JMS that connects to MQ. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
ganeshkaki |
Posted: Fri Mar 10, 2017 1:18 am Post subject: |
|
|
Newbie
Joined: 27 Feb 2017 Posts: 4
|
Do we required to configure PTM, if I selected the 'JMS Adapter' in PCC not the 'Legacy JMS'.
If required, could you please let me know the configuration.
Thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 10, 2017 4:43 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ganeshkaki wrote: |
Do we required to configure PTM, if I selected the 'JMS Adapter' in PCC not the 'Legacy JMS'. |
I have no idea what PTM, or PCC is.
Again, if yoiu need to use JMS, then configure whatever you need to configure in FileNet - based on the FileNet instructions - to use JMS. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|