How to get JMSType header property contents from an incoming event?

How to get JMSType header property contents from an incoming event?

book

Article ID: KB0090867

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
How to get JMS Header Properties content from an incoming event?

Environment:
===========
TIBCO BusinessEvents 5.1.1
All Operating Systems


Symptoms:
=========
n.a.

Cause:
======
n.a.

Resolution:
========
If you want to get all JMS header Properties in the rule, in the definition of the Event you need to define the JMS header properties in this Event, like

JMSType,JMSCorrelationID…

You can then use like Event.JMSType or Event.JMSCorrelationID to get the JMS Header Properties’ content.

Issue/Introduction

How to get JMSType header property contents from an incoming event?