Author |
Message
|
kirans |
Posted: Fri Nov 11, 2005 3:17 pm Post subject: MQ connector setup |
|
|
Novice
Joined: 26 Sep 2005 Posts: 17
|
Do you have any experiences what problem we encounter while setting up the MQ connector. I have to do it now.
Also, can any one give me some help in setting in pub/sub of the object created by MQ connector so that the BO can be used by other collaboration.
thanks |
|
Back to top |
|
 |
urs |
Posted: Fri Nov 11, 2005 6:01 pm Post subject: |
|
|
Acolyte
Joined: 27 Oct 2005 Posts: 56
|
What MQ connector are you trying to set up ? Why are you trying to do it ?
Be more clearer !
-urs[/quote] |
|
Back to top |
|
 |
kirans |
Posted: Sat Nov 12, 2005 2:25 pm Post subject: |
|
|
Novice
Joined: 26 Sep 2005 Posts: 17
|
i have to devcelop a system to pick up the message from MQ and write it to database
what mqconnector ? 2.7 I think
thanks |
|
Back to top |
|
 |
vk |
Posted: Sat Nov 12, 2005 5:03 pm Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
You need to use a JDBC connector for picking up messages from a queue and writing to a database.
VK. |
|
Back to top |
|
 |
djeripo |
Posted: Mon Nov 14, 2005 2:58 pm Post subject: |
|
|
 Master
Joined: 25 Jan 2004 Posts: 225
|
Quote: |
You need to use a JDBC connector for picking up messages from a queue and writing to a database |
I suppose Kirans requirement is to pick up message from an MQ queue and write into a Database.
Develop a collaboration with MQConnector as inbound and JDBCConnector as outbound and make a service call (Async Outbound if you are not expecting any response) to DB with verb as create.Post errors if you face any problems. |
|
Back to top |
|
 |
|