Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-dev] minimize CQ code (ActiveMQ)

Hi

Apache ActiveMQ contains many 3rd party libraries.
Sometimes its very hard ( impossible? ) to find sources for some version of 3rd party library used.

Guess it will cause very hard CQ process.

Basically ActiveMQ consist of three parts

1. mq core   (7 third-party libs)
2. mq optional tools (12 third-party libs )
3. mq web interface (14 third-party libs )

ActiveMQ bundle now its a dump of all libraries
But we using only mq core, now!

I suggest to rewrite bundle and to extract and CQ only core libraries now
But to remain ability to extend core by other parts as separate plug-ins.

Guess it may greatly simplify CQ process.

BWT: It was published new version of ActiveMQ 5.2.0  ( we using 5.1.0 ).

--
Ivan


Back to the top