As far as I know it's not supported yet. I don't think that any work is being done in this direction. It would be great if we had this feature. Until then, You can try compiling a DLL of the Java client with IKVM. If you do so, please share your experience here . Thanks.
BillWitt wrote: > > I am trying to access FUSE Message Broker from a C# client application. I > am also using the Apache.Nms library to help me out with that. > > I've configured the broker by adding the following to the activemq.xml > file: > > <transportConnector name="http" uri="http://localhost:8080" /> > > But I am unable to connect to the broker and receive a > NMSConnectionException with a message of "The transport http is not > supported.". Code is as follows: > > Uri uri = new Uri("activemq:http://localhost:8080/"); > IConnectionFactory factory = > NMSConnectionFactory.CreateConnectionFactory(uri); > using (IConnection connection = factory.CreateConnection()) > > What am I doing wrong? Thanks. > > -- View this message in context: http://www.nabble.com/C--Client-Access-over-HTTP-tp24634797p24681933.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.