Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] Update of bundle structure for Queue Workers

Hi all,

 

I reorganized the bundle structure of org.eclipse.smila.connectivity.queue.worker, by splitting it into two separate bundles

-          org.eclipse.smila.connectivity.queue.worker containing only generic interfaces and configuration schema

-          org.eclipse.smila.connectivity.queue.worker.jms containing JMS specific interfaces and implementation

 

This helps us to be more flexible when integrating different Queue implementations and it removes any JMS dependency from the interface bundle

 

I also updated all configuration folders and config.ini files to org.eclipse.smila.connectivity.queue.worker.jms. Hopefully I also managed to update all references in  the wiki, so please update anything I may have missed.

 

Bye,

Daniel


Back to the top