Repository: juddi Updated Branches: refs/heads/master 09c119423 -> 18f04ebc2
JUDDI-773 adding documentation Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/18f04ebc Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/18f04ebc Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/18f04ebc Branch: refs/heads/master Commit: 18f04ebc230fe065c120b8eef5338a83bfd3459a Parents: 09c1194 Author: alexoree <[email protected]> Authored: Sat Mar 1 09:20:14 2014 -0500 Committer: alexoree <[email protected]> Committed: Sat Mar 1 09:20:14 2014 -0500 ---------------------------------------------------------------------- .../ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/18f04ebc/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc ---------------------------------------------------------------------- diff --git a/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc b/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc index 2f3d294..a4e516a 100644 --- a/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc +++ b/docs/asciidoc/ClientGuide/en-US/ClientGuideUsingthejUDDIGUI.asciidoc @@ -306,6 +306,8 @@ image::images/juddi-gui-subscription4.png[Create a Subscription, Item added] Next is the delivery mechanism. The UDDI node can deliver the notifications to you if you have your own implementation of the UDDI Subscription Listener service. (The juddi-client contains this for you if you were looking to develop a solution). In addition, the UDDI node can email the results to you (in XML format). +TIP: Since jUDDI 3.2.1, you can also configure jUDDI to send you a more human readable version of the subscription notification. To configure, all that is needed is to add a special transport tModel instance to your subscription binding, uddi:uddi.org:transport:userfriendlysmtp. + The other option is to periodically poll the UDDI server and get your subscription results (see the News Feed). Here, we've selected the, I'll pick them up, option. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
