Examples of ProducerPropertiesFilter


Examples of org.apache.muse.ws.notification.impl.ProducerPropertiesFilter

    TopicFilter topicFilter = new TopicFilter(Names.EVENTS_LIFECYLE_TOPIC_NAME);
        MessagePatternFilter messageFilter= new MessagePatternFilter(
            "/wsnt:NotificationMessage/wsnt:Message/qman:LifeCycleEvent/qman:Resource/qman:Name/text()='connection'", // expression (XPath)
            XPathUtils.NAMESPACE_URI); // Dialect : the only supported dialect is XPath 1.0

        ProducerPropertiesFilter producerFilter = new ProducerPropertiesFilter(
            "boolean(/*/MgtPubInterval > 100 and /*/MsgTotalEnqueues > 56272)",
            XPathUtils.NAMESPACE_URI);
       
        filter.addFilter(topicFilter);
        filter.addFilter(messageFilter);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.