Posted: Thu Jul 11, 2002 11:11 pm Post subject: MQ-Series and CORBA
Apprentice
Joined: 11 Jul 2002 Posts: 40
Hi:
I'm very new to both MQ-Series and Corba. I've written couple of programs in both MQ and Corba separately. All are working.
Now my project requirement is to put Corba as a wrapper to MQ... means all the messages will be send to CORBA and then from the CORBA server to the MQ message queues and vice versa.
Can anyone give me some sample code which addressed these kind of problems.
I've tried but it's giving error.
Help Pls.!!!!
What language are you developing your application in?
Is your situation like follows?
Application A CORBA client
Application B bridge
Application C remote MQ Server
App A calls a CORBA method. App B implements this method. This is converted to a MQ Request reply to App C. Result is passed back to App A. App C is for example a database lookup that processes the MQ requests.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum