Expected Result

Publication Service parses the ftp_ecm.txt file and transfers the file using selective routing. Only SubscriptionService1 matches the conditions in the JMS message and receives the message.

After the process starts, the JMS topic publisher sends the JMS message "Branch='ALL',SalesUpper=20" to the messagePub topic. Publication Service is triggered and sends the ftp_ecm.txt file to the selected subscribers. The Branch and SalesUpper properties are included in the outgoing data messages. Only SubscriptionService1 matches the conditions in the JMS message. Publication Service routes the messages to SubscriptionService1.

If you send the JMS message, "Branch='New York',SalesUpper=30", to the messagePub topic, only SubscriptionService can receive the message.