See: Description
Interface | Description |
---|---|
Notifier |
This is an interface class used when the jUDDI server notifies subscription listeners
asynchronously.
|
Class | Description |
---|---|
AMQPNotifier |
AMQP Notifier
This is designed to enable users to setup AMQP based alerts for UDDI
subscriptions
This class is partically complete, but it is largely untested and lacks any
kind of
the following settings need to be added to the juddiv3.xml file
amqp.java.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory
amqp.connectionfactory.qpidConnectionfactory amqp.destination=(some topic or
queue name) amqp.destination.type=topic
usage create a service/bindingtemplate/accessPoint where the value is
amqp://url_to_qpid/amqp The useType must be "endPoint".
|
Demo | |
HTTPNotifier | |
NotifierFactory |
The factory figures out which Notifier class to instantiate.
|
SMTPNotifier |
This class sends Email alerts when a specific subscription is tripped.
|
TemporaryMailContainer | |
USERFRIENDLYSMTPNotifier |
This class extends the default SMTP notifier The following properties can be
set in the juddiv3.xml, or as System params.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.