JmsTopic Project
The JmsTopic project contains two adapter configurations: JMSTopicReader.adfilesmodel and JMSTopicWriter.adfilesmodel. The sample project shows how the adapter uses the JMS topic transport to send messages.
In JMSTopicReader.adfilesmodel, Publication Service parses each line in the jmstopic.txt file into objects. Each object is published as a message using the JMS topic transport to the jmstopic destination. The delivery mode is Persistent.
In JMSTopicWriter.adfilesmodel, Subscription Service subscribes to messages using JMS topic transport and writes them to the outjmstopic.txt file. Subscription Service listens on the jmstopic subject. The delivery mode is Durable.
Copyright © TIBCO Software Inc. All rights reserved.