Skip to content

Commit

Permalink
0006463: RabbitMQ support for username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
joshahicks committed Jun 10, 2024
1 parent 5f2b52f commit fcf4d97
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,6 @@ private ParameterConstants() {
public final static String RABBITMQ_QUEUE_NAME = "rabbitmq.queue.name";
public final static String RABBITMQ_MESSAGE_BY = "rabbitmq.message.by";
public final static String RABBITMQ_QUEUE_BY = "rabbitmq.queue.by";
public final static String RABBITMQ_USERNAME = "rabbitmq.username";
public final static String RABBITMQ_PASSWORD = "rabbitmq.password";
public final static String RABBITMQ_USE_SSL = "rabbitmq.use.ssl";
public final static String SNOWFLAKE_STAGING_TYPE = "snowflake.staging.type";
public final static String SNOWFLAKE_INTERNAL_STAGE_NAME = "snowflake.internal.stage.name";
Expand Down

0 comments on commit fcf4d97

Please sign in to comment.