reta commented on PR #2063:
URL: https://github.com/apache/cxf/pull/2063#issuecomment-2347396490

   > Can you you provide more details where I can find this extension point?
   
   Sure, the default extensions come from [1] so you could have your own 
`META-INF/cxf/bus-extensions.txt` in application that overrides the default:
   
   ```
   
org.my.package.InstrumentedWorkQueueManagerImpl:org.apache.cxf.workqueue.WorkQueueManager:true
   ```
   
   Upon initialization, the bus manager reads the extensions and initializes 
them.
   
   [1] 
https://github.com/apache/cxf/blob/main/core/src/main/resources/META-INF/cxf/bus-extensions.txt


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to