diff options
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs index 461708ee16..9a425c03b7 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs @@ -29,8 +29,8 @@ namespace org.apache.qpid.messaging.examples {
static void Main(string[] args)
{
-// string url = "amqp:tcp:localhost:5672";
- string url = "10.16.18.254:5672";
+ string url = "amqp:tcp:localhost:5672";
+// string url = "10.16.18.254:5672";
if (args.Length > 0)
url = args[0];
|
