...
- Configure the connection to the Message Broker as described in Configure a JMS Connection.
- Configure the destination queue or topic in a stream in Message Center Console as shown in Configure a JMS Destination Stream.
- Change the w_config_custom.inc to configure the JMS stream name as shown in Configure Extract Service JMS Stream Name.
- Restart the Extract Service (MC2) after completing the configuration.
...
- EagleExtractRecordCount - the number of records in the message.
- EagleExtractSequenceNumber - the sequence number of the message when nuggetizing is enabled.
- EagleExtractFileName - the file name generated for the extract.
- EagleCorrelationId - the correlation id of the extract request.
Anchor | ||||
---|---|---|---|---|
|
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "Region": "oraclesid", /*Database name (Oracle SID) on which the Extract Service is running */ "Connections": [ { "ConnectionName": "extract.jms.connection", "ComponentName": "amq", "Parameters": { "brokerURL": "tcp://activemqhostname:activemqport" } } ] } |
- Change the Region parameter to match the oracle SID the Eagle Extract Service is running with.
- Change the brokerURL with the specific ActiveMQ instance parameters. The ActiveMQ hostname and port number should be provided by the ActiveMQ broker administrators.
Configure a WebSphere MQ Connection
...
Anchor | ||||
---|---|---|---|---|
|
Send the REST Extract Results
...
to a JMS Destination
To send the extract to the JMS destination defined above, add a ExtractDeliveryMethod=JMS to the REST request as in this example:
...