Is there a JMS batch publish option in TIBCO ActiveMatrix BusinessWorks i.e., publish multiple messages with JMS Queue Sender/JMS Topic Publisher activity being executed only once?

Is there a JMS batch publish option in TIBCO ActiveMatrix BusinessWorks i.e., publish multiple messages with JMS Queue Sender/JMS Topic Publisher activity being executed only once?

book

Article ID: KB0088457

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
BW uses the EMS/JMS client library to connect and send messages to the EMS server. There is no API available in TIBCO EMS for batch publish. The send() or publish() call in the JMS API is executed once to send one message at a time so BW cannot publish records in a batch to the EMS server.

Issue/Introduction

Is there a JMS batch publish option in TIBCO ActiveMatrix BusinessWorks i.e., publish multiple messages with JMS Queue Sender/JMS Topic Publisher activity being executed only once?