hello i m working with cxf-wsn and i see that message take 1second to be treat in onMessage method.
I see that method getEpr() is taking 500ms does it possible to declare a private member W3CEndpointReference and initialise it just once with getEpr() and after on OnMessage method get this private member and do not call getEpr eachTime? I think the epr don't change after subscription is done? thanks
