On 9/27/06, bjchip <[EMAIL PROTECTED]> wrote:
I need to import activemq and use it. I have the jar files, etc, but activemq could not be resolved because in the examples and documentation I found, in 6 hours of search: "import activemq" and "import org.activemq" and "import org.activemq.jndi" etc. etc. etc. It is actually... import org.apache.activemq.whatever.... This is more than just hidden or obscure, it is MISLEADING.
Could you give us a list of places using the old or wrong package names please? FWIW since ActiveMQ moved to Apache last year its been org.apache.activemq.*. The easiest way to know is to download the binary distro and look at the example programs in there -- James ------- http://radio.weblogs.com/0112098/
