Trigger subscripton

We have a document type and there are 5 trigger services configured for the same document type. suppose we want to publish that document to only trigger service, how do we achieve that?

One way is we can apply any filter conditions, Is there any other way than this?

AFAIK, it’s the only way. For webMethods native messaging, use lexical operators in the condition for server side filtering and normal operators for IS side filtering. For JMS based messaging, use “Message Selectors” for server side filtering and Filter conditions for IS side filtering