Hi,
  The U.S. Marine Corps is moving toward a service oriented approach of
developing their software.  As such, we've decided to use AMQP as the
wire protocol between services.
  Our first stab with AMQP has JBoss ESB gateways and notifiers
communicating with the latest C++ QPid broker.  We are using the QPid
java client libraries.   

  I have the liberty of deciding whether to use a JMS or AMQP flavored
(via org.apache.qpid.transport.Session) approach in my producers and
consumers and I'm wondering whether experts on this list might have a
bias between the two ?  In particular, I've been using the examples
included in :

$QPID_JAVA_SRC/client/examples/src/main/java/org/apache/qpid/example/amqpexample.*
    and 
$QPID_JAVA_SRC/client/examples/src/main/java/org/apache/qpid/example/jmsexample.*

personally, I like using org.apache.qpid.transport.Session to produce &
consume messages because it seems much more inline with the way the AMQP
spec describes things.

thoughts ??

thank you !    jeff 





-- 
Jeffrey Bride
RedHat / JBoss
303-523-7885



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to