Of course the following is all just unfetterred opinion…
IMO, if you don’t already have Enterprise Server (now called webMethods Broker) don’t get it/use it. The direction of the product suite is clearly toward Integration Server.
-
Fault-tolerance: Both environments provide support for clustering and failover.
-
Guaranteed delivery: Broker provides message queueing. IS provides services to implement guaranteed delivery (TN is the way to go here). Both require some work to provide client-side queueing–meaning if you want an application to be able to queue up messages/documents if the wM server is down, you’ll need to build something. It’s not difficult, just another task. Both environments can use “real” MQ software such as WebSphere MQ (MQ Series), MSMQ, JMS servers, etc. Broker is a JMS provider.
-
Inside/outside firewall: both can be used across the 'net, though IS is more attuned to doing so.
-
Availability of adapters: the adapters are being unified into one environment–IS. IMO, the only adapters that were better in the Broker environment were the DB adapters.
-
Performance: this always depends on what you’re doing but generally speaking, the Broker wins this hands down as far as raw through-put of documents. But it’s hard to get a true comparison. Broker can deliver docs very quickly but the Broker doesn’t do any transformation. The ONLY thing the Broker does is receive docs and put them on queues for pick up by adapters/agents/clients. Transformation is done by the adapters. A typical IS integration does a receive, transform, process, deliver. The transform is normally the cycle-eater.
To sum up, go with IS/TN. Broker is being positioned as the component between various IS installs but I really don’t see the point. With the exception of pub/sub, which should be added to IS directly, Broker adds next to nothing to the mix. IMO, if you want an MQ facility to connect your IS boxes, use a JMS provider. You can use Broker for this but it’s a little spendy in comparison with the solid JMS-based servers that are available.
Of course this is just my opinion. I could be wrong.
#Integration-Server-and-ESB#webMethods-Architecture#webMethods#webMethods-General