Transports and Interfaces: Siebel eBusiness Application Integration Volume III > EAI MQSeries Transports > About Siebel EAI MQSeries Transports >

EAI MQSeries Transport Named Subsystems


The EAI MQSeries Transports can read parameters from a named subsystem. For the EAI MQSeries Server Transport, the named subsystem type is MqSeriesServerSubsys. For the EAI MQSeries AMI Transport, the named subsystem type is MqSeriesAMISubsys.

Following are examples of EAI MQSeries Server Transport and EAI MQSeries AMI Transport commands to create a named subsystem and start a receiver.

create named subsystem MyMqSrvrSubsys for subsystem MQSeriesServerSubsys with MqPhysicalQueueName=Receiver,MqRespPhysicalQueueName=Sender,MqQueueManagerName=myQueueMgr

create named subsystem SiebelEcho for subsystem EAITransportDataHandlingSubsys with DispatchService="Workflow Utilities",DispatchMethod=ECHO

start task for comp MqSeriesSrvRcvr with ReceiverConnectionSubsystem=MyMqSrvrSubsys,ReceiverDataHandlingSubsystem=SiebelEcho,ReceiverMethodName=ReceiveDispatchSend

create named subsystem MqAMIConnSubsys for subsystem MQSeriesAMISubsys with MqPolicyName=MY.POLICY,MqReceiverServiceName=MY.RECEIVER,MqTrace=true,MqTraceLocation=M:\siebel\log\mq

create named subsystem SiebelEcho for subsystem EAITransportDataHandlingSubsys with DispatchService="Workflow Utilities",DispatchMethod=ECHO

start task for comp mqseriesAMIrcvr with ReceiverConnectionSubsystem=MqAMIConnSubsys,ReceiverDataHandlingSubsystem=SiebelEcho,ReceiverMethodName=ReceiveDispatchSend

  • For a discussion of named subsystems for Siebel eAI, see EAI Transports and Interfaces Overview.
  • For more information on named subsystems, see Siebel System Administration Guide.
  • Transports and Interfaces: Siebel eBusiness Application Integration Volume III