Thursday 21 August 2014

CONFIGURABLE SERVICES

   







       
 Configurable services or typically run-time properties. you can use them to define  properties that are related to external services on which the broker relies; for example an SMTP server or a JMS providers.

      Instead defining properties on the node or message flow, you can create configurable services so that Nodes and Message flows can refer to them to find properties at run time.

      If you use this method, you can change the values of attributes for a configurable service on the broker, which then effects the behavior of a NODE or Message Flow with out the need for re deployment.


Commands for creating CONFIGURABLE SERVICES  through command console:

1. mqsicreateconfigurableservice :- to create configurable service.

2.mqsideleteconfigurableservice :- to delete configurable service.

syntax:

mqsicreateconfigurableservice  brokername  -c (configurable service) -o (object name) -n (property name)                                                  -v(property value)

No comments:

Post a Comment