Native Pub-Sub With Filter

Hello Experts

We are using IS document type ( Publishable with Encoding Type=IData) for native publish-subscribe. We are using Universal Messaging (9.8) for Publish-Subscribe. I want to use _properties in the document (as custom header) for UM filtering.

How can i achieve this. I created _properties in the publishable document, but unable to publish the document.

Getting the below Error:

com.wm.app.b2b.server.ServiceException: [ISS.0153.9009] Unable to send message to webMethods Messaging alias IS_UM_CONNECTION: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9007] Data does not conform to the Publishable Document Type PubSub:pbDocType errors: INVALID
List of errors:
[0] pathName=/_properties/ActionalBrokerDocumentType errorCode=VV-002 errorMessage=[ISC.0082.9026] Undefined Object found

Please help.

Hi Sasanka,

was the modified publishable doc type synched with UM?

Regards.
Holger

AFAIK, UM can not filter documents encoded as IData. This can only be done on the client side (in the UM sense), i.e. in the IS. UM can only “understand” and filter documents encoded as “protocol buffers”.

use JMS send and receive