| 发表于:2007-01-26 13:46:42 楼主 |
用nms调用activemq4.1程序到了 isession session = connection.createsession(); 就挂起了。。。。晕死。。又没有高手知道阿。。。。跪求中 i checked out the activemq-dotnet trunk from: https://svn.apache.org/repos/asf/incubator/activemq/activemq-dotnet/trunk 出错的代码在 iconnectionfactory factory = new connectionfactory(new uri( "tcp://serendipity:61616 ")); using (iconnection connection = factory.createconnection()) { connection.exceptionlistener += new exceptionlistener(connection_exceptionlistener); isession session = connection.createsession(); --就是这句被挂起了 } exception message: object reference not set to an instance of an object. exception stack: at activemq.transport.wireformatnegotiator.oncommand(itransp ort sender, command command) in d:\activemq-dotnet\src\main\csharp\activemq\tran sport\wireformatnegotiator.cs:line 75 |
|
|
|
|