public class AMQPNotifier
extends Object
implements Notifier
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". create a subscription
where the binding template reference points to this endpoint. trigger the
subscription and wait for delivery.