Fields tab

Fields tab in JMS consumer

Use this tab to define the fields in the record format.

Option

Description

Input name

The input name is received from the JMS streams. The following are received by default:- message

The individual message contained in a record. Each record consists of a key, a value, and a timestamp.

  • destination

The name of the queue or topic from which the client consumes messages.

  • messageId

The value that uniquely identifies each message in a record.

  • jmsTimestamp

Specifies the time a message was generated.

  • jmsRedelivered

Specifies this message was marked for redelivery. This flag is useful if you need to de-duplicate messages.

Output name

The Output name can be mapped to subscriber and member requirements.

Type

The Type field defines the data format for streaming the record which is the same data type that produced the records. Option is String.

Last updated

Was this helpful?