Skip to content

Commit

Permalink
Merge pull request #114 from ayeshLK/local_development
Browse files Browse the repository at this point in the history
Remove unwanted default values
  • Loading branch information
ayeshLK committed Aug 29, 2023
2 parents a6f760d + 728ebc2 commit 6ca15ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina/connection.bal
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public isolated client class Connection {
# + password - Password for the JMS connection
# + properties - Additional properties use in initializing the initial context
public type ConnectionConfiguration record {|
string initialContextFactory = "wso2mbInitialContextFactory";
string providerUrl = "amqp://admin:admin@ballerina/default?brokerlist='tcp://localhost:5672'";
string initialContextFactory;
string providerUrl;
string connectionFactoryName = "ConnectionFactory";
string username?;
string password?;
Expand Down

0 comments on commit 6ca15ec

Please sign in to comment.