[jboss-user] [JBoss Messaging] - Re: JBM / JMS / EAI / c++ / wire-protocol

2009-08-04 Thread gaohoward
I can only answer your JBM related question.

JBM 1.x doesn't provide a C style api lib. 
JBM 1.x uses jboss-remoting as its underlying transport. JMS doesn't specify 
the wire-protocol in the spec, so every JMS vender has its own choice of their 
wire-protocol. 

So if you want to access JBM from c/c++, i think you need use JNI to wrap the 
JBM java client.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247921#4247921

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM / JMS / EAI / c++ / wire-protocol

2009-08-04 Thread timfox
gaohoward wrote : 
  | So if you want to access JBM from c/c++, i think you need use JNI to wrap 
the JBM java client.
  | 
  | 

No, you can use any stomp client with JBM 1.x with StompConnect.

Stomp clients are available in many languages including C++

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247922#4247922

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247922
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user