ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » SeeBeyond over MQSeries

Post new topic  Reply to topic
 SeeBeyond over MQSeries « View previous topic :: View next topic » 
Author Message
timmy
PostPosted: Thu Oct 02, 2003 6:29 am    Post subject: SeeBeyond over MQSeries Reply with quote

Novice

Joined: 12 Aug 2002
Posts: 24
Location: Torello

Anyone has used SeeBeyond over MQSeries?

I'm studying the possibility of use Seebeyond over MQSeries, but I'm not sure about its compatibility.

Is there any comparative between SeeBeyond and other similar solutions (Crossworlds, WebMethods, MS BizTalk...)?

Thanks in advance.
Back to top
View user's profile Send private message
bower5932
PostPosted: Thu Oct 02, 2003 8:11 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

I did a search on SeeBeyond on www.ibm.com and came across:

http://www-3.ibm.com/software/info1/websphere/partners/index.jsp?tab=community/ws_chanchamp
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
vilyin
PostPosted: Thu Oct 02, 2003 11:23 am    Post subject: SeeBeyond over MQSeries Reply with quote

Novice

Joined: 26 Mar 2002
Posts: 20
Location: Ilyin Consulting Knowledge, Inc. USA - Boston, NY tri-state

Yes, I worked on a prject where we used SeeBeyond eGate/eInsight product suite. To interface to MQ you would use their MQ adapter. They work together pretty well. Also you can connect to MQ through either java or jms.
About other products:
Crossworlds is an IBM product, so theoretically you would get better integration although you have to keep in mind that it's a fairly new product and it needs to go through the maturity process.
WebMethods is primarily hhtp based. Also the company went through a serious turmoil over the last couple years.
MS BizTalk: I wouldn't know much about it. It's enough to mention taht it's MS, which means you are restricted to Wintel.
Vitria is another competitor. they have a Businessware product suite.
All of the above have their pros and cons.
I don't think you'll find any comparison that you would be able just put side by side, go through the features and choose a product.
You need to consider you company's vertical (Industry), your company size, set of requirements (what exactly you are trying to accomplish), product(and solution) cost, Vendor consulting capabilities, independent consultants availability, etc.
Hope it helps some,
Regards,
Vitaliy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
bduncan
PostPosted: Mon Oct 06, 2003 2:15 pm    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

I once dealt with the same question. I was asked to do a performance analysis comparing MQSeries and eGate. I will tell you that my experience with SeeBeyond was less than satisfactory. There were numerous problems inherent with the product, the least of which was the fact that while they assured us we could use Java everywhere we needed custom coding, we had to resort to using MONK (SeeBeyond's own proprietary language) in many places. Obviously there aren't many MONK programmers running around, so this made our solution very hard to maintain. And while MQSeries could truly provide us with XA-transaction resource coordination, SeeBeyond could not (even though they claimed to support 2-phase commits - again, in MONK only). There were also major concerns about SeeBeyond in a failover environment.

To qualify all this, I last worked with SeeBeyond two years ago, so the product may have changed for the better since then.
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
RAIQ
PostPosted: Wed Dec 08, 2004 2:35 am    Post subject: Best way to connect wmq 5.3 and seebeyond? Reply with quote

Novice

Joined: 06 Feb 2003
Posts: 23
Location: Switzerland

hi there

what's the best (or only) way to connect a wmq 5.3 queuemanager hosted in one company with a seebeyond queuemanager in the other company. have we to implement an adapter? is there anything out of the box (ibm's box ). jms?
first of all, i'm looking for the direction "wmq to seebeyond"

links? manuals?

thanx for help!
regards
björn
Back to top
View user's profile Send private message Visit poster's website
bduncan
PostPosted: Wed Dec 08, 2004 10:09 am    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

It's been 3 years since I touched SeeBeyond, but if I recall we were able to use SeeBeyond out of the box to connect to an MQ queue manager and retrieve messages from it.
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
kubotaPete
PostPosted: Wed Dec 08, 2004 1:31 pm    Post subject: Best way to connect wmq 5.3 and seebeyond? Reply with quote

Newbie

Joined: 08 Dec 2004
Posts: 4

I feel compelled to answer because we just sent a message from MQ to SeeBeyond an hour ago.

The new version of SeeBeyond (5.0.x) has separately purchased connectors called 'eWays'. There are over 60 that I know of, for connecting to CICS, HTTP, weblogic, MQSeries, etc. There is one for the native MQSeries and one for MQSeriesJMS.

We used the native MQSeries eWay. The instructions tell you that the MQ qmgr must be on the same server as the SeeBeyond logical host (J2EE server), yet one of the configuration parameters is a channel name. ??? and another is the host name. ??? Sounds like client connection information to me. It also wants a userid, password, qmgr and port. All were supplied. We have used this for both a qmgr on the same machine and one on a different machine. Both worked, even though the documentation says to only run on the same server. One of the parameters available is XA, yes or no. Doc says this specifies whether the eWay participates in a global transaction coordinated by the Integration Server.

Anyway, we can construct SeeBeyond projects and deploy them, which can pull messages off a queue and put messages onto a queue. This is done by using a GUI tool to drag, drop and connect components, including the MQ eWay. Error handling is not well supported. That should really be done in JAVA code, which you can code MQ calls manually in the tool. If you use the eWay, it will poll an input queue continuously until you shut it down.

About connecting a local qmgr to another company's qmgr - that is an MQ issue, not SeeBeyond. SB code can put a message to a local qmgr and MQ will transmit it according to the remote queue definitions. Security is your responsibility.
Back to top
View user's profile Send private message
rammer
PostPosted: Fri Dec 10, 2004 3:39 am    Post subject: Reply with quote

Partisan

Joined: 02 May 2002
Posts: 359
Location: England

Im just about to try and get MQ to talk to SeeBeyond myself, so once tested I will post my findings.

Seebeyond have released version 5 which has seen the Monk language go and it is all JAVA based now.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » SeeBeyond over MQSeries
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.