Skip to content

Commit 25de44d

Browse files
author
Alexandru Scvortov
committed
add a note in the api guide
1 parent 471414d commit 25de44d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ The following two code snippets connect to an AMQP broker:
134134
factory.Uri = "amqp://user:pass@hostName:port/vhost";
135135
IConnection conn = factory.CreateConnection();
136136

137+
Since the .NET client uses a stricter interpretation of the AMQP URI
138+
spec than the other clients, care must be taken when using URIs. In
139+
particular, the host part must not be omitted and virtual hosts with
140+
empty names are not addressable.
141+
137142
All factory properties have default values. The default value for a property will be used if the property remains unassigned prior to creating a connection:
138143
- username: [code "guest"]
139144
- password: [code "guest"]

0 commit comments

Comments
 (0)