Hi, Cortney.
Broker gives you some flexibility is filtering documents. You can use booleans, comparison operators, regular expressions, constants and computed values to narrow your subscriptions.
Considering a document’s Struct array as a constant, you can target a specific node using the following notation:
nameOfStruct.nameOfField[index]
A real example of this notation is:
CustomerList.activeCustomers[54]
I hope this is helpful for you. If you find anything interesting in your filtering, be sure to post it here for the rest of us to learn from. Thanks!
#broker#Universal-Messaging-Broker#Integration-Server-and-ESB#webMethods