Well, they say that the sourcs code itself is the ultimate documentation. :). But in this regard, there is not a single location that lists all possible URI parameters for the .NET client in a single location. I think the Java client is documented, and we try to stay compatible, but I know there are some differences.
I usually have to search through the source code to find them. I think it would be very worthwhile to place some attention on improving the documentation in this area. Both to document what NMS has and how it differs from the Java client. On 4/3/08, Oleg Deribas <[EMAIL PROTECTED]> wrote: > Jim Gomes wrote: > > > I am currently taking a look at this. Part of the solution is to set > > a timeout for your transport using a URI parameter like so: > > > > activemq:tcp://amqsrv:61616?transport.requesttimeout=10000 > > Thanks Jim. BTW, is there any place (possibly in the source code) where > all possible URI parameters are documented? > > -- > Oleg > >