On 12/30/2015 01:52 PM, gbchriste wrote: > I've got 3 test harnesses I'm using to experiment with ActiveMQ - two Java > and one .Net. .Net is using Apache.NMS > > No problems communicating with the broker using TCP from any of them. > > However, the .NET NMS client cannot connect to the broker over UDP. The > following code produces error "NewInstance failed to find a match for id = > udp" > > > > IConnectionFactory factory = new ConnectionFactory("udp://localhost:61618"); > connection = factory.CreateConnection(); > > This exact same broker URI is used by both of the Java harnesses to connect > via UDP to the same broker. > > Any thoughts? > > Thanks, > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-Failing-To-Connect-to-Broker-Over-UDP-tp4705489.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > The NMS client has no UDP Transport which is why you see this error.
-- Tim Bish twitter: @tabish121 blog: http://timbish.blogspot.com/