Instale o JBOSS na sua maquina, pra fritar neuronio com API "proprietaria", jackess é desenhada por um grupo seleto de pessoas querendo passar a perna nos outros.
O "trem apache".... epadu: uma dilicia de filehzinho...
package org.nanotek.mq;
/**
*
* Simple builder interface for gereric type (serialized objects) messages to be exchanged by the
* application.
*
* @author josecanovamauger
*
* @param <M> Message
* @param <I> Information to be inserted into the message.
* @param <T> msgType --> AKA something builty using XStream
*/
public interface MessageBuilder <M, I, T>{
public M buildMessage(T msgType ,I info) throws MessageException;
}