Package | Description |
---|---|
org.apache.juddi.subscription.notify |
Handles transport specific notifications
|
Modifier and Type | Class and Description |
---|---|
class |
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".
|
class |
HTTPNotifier |
class |
SMTPNotifier
This class sends Email alerts when a specific subscription is tripped.
|
class |
USERFRIENDLYSMTPNotifier
This class extends the default SMTP notifier The following properties can be
set in the juddiv3.xml, or as System params.
|
Modifier and Type | Method and Description |
---|---|
Notifier |
NotifierFactory.getNotifier(BindingTemplate bindingTemplate) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.