Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-11 Thread Timothy Bish
e59/wildfly/commit/6dfab60d309db0706964e7aef054d3a18c0f0ba8 > > I don't know if it's the best way to do it but, at least, it seems > functionnal. > > Vincent. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-11 Thread Vinche
y to do it but, at least, it seems functionnal. Vincent. -- View this message in context: http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766p4703871.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-08 Thread Clebert
pointing this out. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766p4703773.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-08 Thread Vinche
I wrongly thought that openwire protocol was available by default in Wildfly artemis embedded server. I will try to enable it. Thanks for pointing this out. -- View this message in context: http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766p4703773.html

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-07 Thread Jim Gomes
> > [...] > default-interface="public" > port-offset="${jboss.socket.binding.port-offset:0}"> > [...] > > > > / > and here is the client code which raises the exception : > > > / Uri connecturi = new > Uri("activemq:tcp://wildlfy10TestServer:5445"); > IConnectionFactory factory = new > NMSConnectionFactory(connecturi); > > using (IConnection connection = factory.CreateConnection("user", > "password")) > using (ISession session = connection.CreateSession()) /* Code > fails > here and Exception is raised in Wildfly */ > { > // do Something > } / > > > Did I do something wrong or did I hit a bug ? > > Thanks for your advices. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Issue with Wildfly 10 and .Net NMS Client

2015-11-07 Thread Vinche
I do something wrong or did I hit a bug ? Thanks for your advices. -- View this message in context: http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.