Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Publishing To Queue or Topic

The publishing Publishing to a JMS Queue or Topic is implemented in MC2 Rules with a new element named SENDADAPTER. For simple extracts, Generic Extracts, Generic Loader distribution of data, TSRs and ACKs this is implemented in EJM distribution rules.

To configure the destination to be used for publishing, you need to create a MC2JMS Outbound stream has to be created. This stream is used as a definition of the destination, i.e. , that is, it defines the JMS connection to be used, the destination name, the credentials, if required, and other parameters defining the connection to JMS - the . The RuleSet file and the Stream Format is ignored.

When configuring the stream to be used for publishing to JMS, you must use a pooled JMS component must be usedcomponent. The standard components delivered as part of release for ActiveMQ and WebSphere MQ are wmq, wmqssl, eagle-amqssl and eagle-amq.

...

Code Block
languagejs
themeRDarkConfluence
titleWebSphere MQ Non-pooled Connection Configurationlinenumberstrue
        {
            "ConnectionName": "wmq.pool",
            "ComponentName": "wmq",
	        "Parameters": {
    			"transportType": 1,
			    "port": 1414,
			    "channel": "S_eglwwvm24c",
			    "queueManager": "QM_eglwwvm24c",
			    "HostName": "10.130.36.42"
            }
        }

The Configure the Outbound MC2JMS stream definition using the above defined connection should be configured like thisas shown below:

Image RemovedImage Added