Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

middleware

Status
Not open for further replies.

zallen

Programmer
Aug 10, 2000
227
CN
Hi,friend!
Are there any middleware same as M$ MTS in linux? I want to port my old MTS-bases project to linux.
My solution is:
1.NT server->linux server
2.MS SQL server -> Oracle for linux
3.MTS -> ???

Any ideas?

regards!
 
IBM MQseries is another linux avaiable message transport service.
 
chgwhat:
Thanks for your quick response.
Does MQseries support distributed transaction?
 
There is a MQSeries forum that could give you better answers than me.
MQSeries may not be what you are looking for.
Your server would queue a request
MQseries would that transport and protect that request,
the program ( you write this also ) on the Oracle server would then handle that request.


 
Oh,I see MQSeries is a message middleware. Recently I find Tuxedo for Redhat linux 6.1 which supports distributed transaction.But Tuxedo is not a Object Oriented middleware,that means Tuxedo canot host CORBA/DCOM objects.

:( Hi,I had to use MTS until equative part appears in Linux.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top