Tuesday, March 24, 2015

What are the different deployment topologies in IBM Websphere (10 of 285 technotes for 2015)

IBM Websphere comes with wizards for different topologies.

image

Different Topologies

Bronze - Single Cluster Topology

image
  • The bronze topology is suitable for a solution that comprises only synchronous web services and synchronous SCA invocations, preferably with short-running flows only.
  • Java Message Service (JMS), and MQ messaging bindings do not support multiple messaging engines in the same cluster

Silver - Remote Messaging

image
  • The silver topology is suitable for a solution that uses long-running processes, but doesn’t need CEI, message sequencing, asynchronous deferred response, JMS or MQ bindings, or message sequencing mechanisms. 

Gold - Remote Messaging & Support

image
  • The golden topology is suited for all the remaining cases, in which asynchronous processing plays a significant role in the solution 

References http://www.ibm.com/developerworks/websphere/library/techarticles/1008_metzger/1008_metzger.html

http://www-01.ibm.com/support/knowledgecenter/SSQH9M_7.0.0/com.ibm.websphere.wesb.doc/doc/cpln_top_types.html?lang=no

No comments: