Clustering provides the mechanism to group more than one server, Queue manager as a whole so that client treats as a single entity. Advantages :- Failover Load-balancing Scalability Easy to administrator How to achieve clustering in Websphere queue manager There is a concept of repository which cluster software maintain about the meta-data of servers, queue … Continue reading Websphere Queue Manager Clustering
Month: February 2016
Create Webservice using JAX-WS
Java 6 SE comes with all the artifacts need to create a web service using JAX-WS . You do not need to have web/application to learn basic webservice provider and consumer. Below article illustrate this in just 5 simple steps. E.g – JAXWS Toolswsimport and wsgen API for Endpoint and light-weight HTTP Server in JDK to deploy … Continue reading Create Webservice using JAX-WS