Author |
Message
|
usman.usmani@gmail.com |
Posted: Tue Jun 20, 2006 4:07 am Post subject: How to specify jms.MessageBrokerName property for WPS |
|
|
Newbie
Joined: 20 Jun 2006 Posts: 8
|
Hi,
I am using webshpere business integration adapter for portal infranet. when i start the adapter it cannot connect to ques. i am using websphere process server to deploy my client application. when i deploy my application on process server it creates queues internally as part of a bus. i dont know how to specify the jms.MessageBrokerName property for WPS so as the connecter can connect to the Queues or do i have to create seperate Queues some where and make WPS point to those queues can any one help and tell a work arround. _________________ Usmani |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 20, 2006 4:12 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I am almost positive that the WBI adapters can't use SIbus queues, they have to use MQ queues. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jun 20, 2006 2:00 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Using JMS the implementation should not matter.
It will all depend on your JNDI setup. _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 20, 2006 2:53 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I am almost positive the WBI adapters don't use JMS. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 20, 2006 3:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
WBI adapters do use JMS.
But I too am almost positive that you cannot use SIB queues.
One thing you probably can do is create a mediation between the default messaging engine and an external WebSphere MQ QMGR. But again, that is too much of work. To keep it simple, use WebSphere MQ queues all the way and it is lot easier.
Also, I am kind of confused as to what the architecture here is.
Now, you have a WBI adapter. What is the broker? Is it ICS or MB or WPS.
Where is the connector controller and where is the connector agent? |
|
Back to top |
|
 |
usman.usmani@gmail.com |
Posted: Wed Jun 21, 2006 2:06 am Post subject: |
|
|
Newbie
Joined: 20 Jun 2006 Posts: 8
|
Actually I am doing integration between many backends that we have like siebel and infranet portal and i am using websphere process server and websphere integration developer to develop and deploy things since siebel adapter is version 6 it has no problems what so ever to run in wps and has very little and simple configuration. but infranet portal adapter is WBIA 4.4 old fashion one so i am running it as a standalone application and i think this is the only way to run it. So i am fascing this problem that when i deploy my application that has just an import link to the adapter and business objects is deployed on the wps it creates SIQueues and i do not know what configuration to provide to it in order to access the queues.
WPS is the broker. the client application with the agent and controller for the connector are running on the same machine and the infranet portal of which adapter i am using is on another machine but the adapter can connect to it. _________________ Usmani |
|
Back to top |
|
 |
vennela |
Posted: Wed Jun 21, 2006 10:25 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
In that case, create a QMGR using WebSphere MQ instead of the JMS engine in WPS. Instead of SIB queues, create WebSphere MQ resources in Process Servers admin console. I have never done this but there is no reason for that to work. I'll be doing this in a week or so, then I'll know for sure.
Let me know if you have any problems and I'll be glad to help. |
|
Back to top |
|
 |
|