Dan White wrote:
Greetings,
I'm new to ActiveMQ and only somewhat familiar with Java as well. I've
experimented with the ActiveMQ 5.1.0 binary+jetty release and I've been
able to send and receive messages via the stomp and ajax connectors.
I'd like to manually start piecing together a build of Active MQ and
Jetty so that I can gain a better understanding of how they fit
together, and to better understand how to customize the Java components
involved.
Scratch that, I didn't understand that Jetty was included inside
the ActiveMQ source.
In other words, my assumption was that the binary distribution of
ActiveMQ included the binary distribution of Jetty, but that's
obviously not the case.
After some closer inspection, I found the:
assembly/src/release/bin
directory which contains the startup scripts.
- Dan