Be sure to register your transport factory. The example for vm transport you are using as reference could be found in the following file
src/main/resources/META-INF/services/org/apache/activemq/transport/vm Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net daven1986 wrote: > Hi all, > > I am doing a project to implement a new protocol for activeMQ. I was hoping > someone would confirm for me if I just have to implement "Transport", > "Tasks", "Transport Server", and extend "TransportFactory" or are there any > other things I need to do to implement the protocol? The above classes / > interfaces are from the implementation of "VM". > > Thanks >
