Publish Document Using JMS

Hello,

I using JMS Message for publishing a document using topic based trigger. When I debug Subscriber (using RestorePiepline option) then in debug mode I can see that subscriber has successfully received JMS message as shown in below screenshot:

How can i use it inside my flow service for mapping (i can see it in debug mode as shown in screenshot but I am not sure how to capture this received message inside flow service).

1 Like

Hy everyone,

I have found that there a built-in service under WmPublic package (WmPublic > Pub > JMS > receive ) by invoking this service we can consume the received jms message in our flow service.

Regards,
M.Haseeb

1 Like

If you are publishing document using JMS then you can consume/access published document in subscriber using built-in service WmPublic β†’ Pub β†’ JMS β†’ receive
image

Whereas if you are publishing document directly (without using JMS) then you can access document in subscriber as following:

In publishable document when you are publishing a message using webMethods trigger (local) you have to check some key points I mentioned below:

  • To make a document type publishable In the Properties view, set the Publishable property to True.

image

  • When you’re receiving published document in your Subscriber (service), then name of the document reference must be the fully qualified name of the publishable document type.

image

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.