1. EMS receiver main properties
2. Create a schema file.
- 빨간색 부분을 generate 된 xsd 파일에 추가한다.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns:tibex="http//www.tibco.com/bpel/2007/exttension.......>
<xsd:complexType name="Fields" tibex:source="bw.jms.receive">
<xsd:sequence>
<xsd:element name="message_bytes" type="xsd:base64Binary"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
3. Outputt Editor of JMS Receive
Link a new schema to output editor of Jms receiver.
Output Editor > Select body element type definition > choose a new schema
4. example to get data from map message
$SeqQueueCreateEvent/DynamicProperties/ns30:property[ns30:name="target_name"]/ns30:value
BW6 OSGI bundle (0) | 2021.04.12 |
---|---|
BW6 linux config (0) | 2021.03.29 |
JMS_TIBCO_PRESERVE_UNDELIVERED on BW6 JMS send message (0) | 2021.01.08 |
Configure BW client reconnections with EMS Server (0) | 2021.01.06 |
TIBCO EMS abnormal os shutdown and recovering test with BW6 (0) | 2020.12.29 |
댓글 영역