Skip to content

Commit ce1578a

Browse files
author
Emile Joubert
committed
Clearer wording around default properties
1 parent b47a67e commit ce1578a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/wikipages/data.ApiOverview.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,13 @@ The following code connects to an AMQP broker:
127127
factory.Port = AmqpTcpEndpoint.UseDefaultPort;
128128
IConnection conn = factory.CreateConnection();
129129

130-
The default parameters are:
130+
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:
131131
- username: [code "guest"]
132132
- password: [code "guest"]
133133
- virtual-host: [code "/"]
134+
- protocol: [code AMQP 0.8]
135+
- hostname: [code localhost]
136+
- port: [code 5672]
134137

135138
The IConnection interface can then be used to open a channel:
136139

docs/wikipages/meta.ApiOverview.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
owner:
2-
timestamp: Thu, 01 Jul 2010 12:07:18 GMT
2+
timestamp: Mon, 05 Jul 2010 13:15:32 GMT
33
author:
44
editgroup:
55
viewgroup:

0 commit comments

Comments
 (0)