>>>> 5. no way to retrieve the list of the topics created by the >>>> ws-notification component >> >>> Exact, This would be implemented in conformity with the >>> WS-ResourceProperties specification >> >> Can you give me more information about it ? > > I don't know much it as I only had a glance at the spec (see > http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsrf). It > seems to be mostly about supporting some WS-RF-RP specific messages > and process them. > It seems the way to go would be to include a copy of the WS-RF-RP wsdl > (http://docs.oasis-open.org/wsrf/rpw-2.wsdl) so that cxf will generate > the appropriate beans at compile time. If we change the > AbstractNotificationBroker to implement the GetResourceProperty > interface in addition to the NotificationBroker interface, it should > be sufficient (well, we obviously need to implement those methods ...) > The properties that need to be supported are described in the > WS-BaseNotification spec, in section 4.1 NotificationProducer Resource > Properties.
I've just implemented the skeleton for WS-RF-RP support on the NotificationBroker service. We need to fill the blanks located in the JmsNotificationBroker#handleGetResourceProperty method. See https://issues.apache.org/activemq/browse/SM-1543 -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
