View Issue Details

IDProjectCategoryView StatusLast Update
0006743SymmetricDS ProImprovementpublic2025-03-11 22:43
Reporterpbelov Assigned Topbelov  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.14Fixed in Version3.15.14 
Summary0006743: Add SymmetricDS label as a Client Provided Name for new RabbitMQ connections
DescriptionWhen there are multiple applications connecting to RabbitMQ it is difficult to confirm that SymmetricDS is actually connected (and to the right RabbitMQ server).
This can be improved by adding a "SymmetricDS" label as a Client Provided Name for all new RabbitMQ connections created in the

conn = factory.newConnection();
==>
conn = factory.newConnection("SymmetricDS" + engine_name )
  in the RabbitMqDatabaseWriter class
Steps To ReproduceConnect SymmetricDS to RabbitMQ
Review Connected clients in the RabbitMQ Admin Console
Additional InformationTo turn logging to DEBUG add this entry to the log4j2.xml - after the <Loggers>
        <Logger name="com.jumpmind.symmetric.db.rabbitmq" level="DEBUG" />
Tagsdialect: rabbitmq, environmental

Activities

pbelov

2025-03-06 19:15

manager   ~0002654

Merged PR https://github.com/JumpMind/symmetric-pro/pull/242

pbelov

2025-03-11 20:35

manager   ~0002664

Included in the 3.15.14 release

Issue History

Date Modified Username Field Change
2025-03-06 14:05 pbelov New Issue
2025-03-06 14:05 pbelov Status new => assigned
2025-03-06 14:05 pbelov Assigned To => pbelov
2025-03-06 14:08 pbelov Tag Attached: environmental
2025-03-06 14:10 pbelov Tag Attached: dialect: rabbitmq
2025-03-06 18:35 pbelov Additional Information Updated View Revisions
2025-03-06 19:15 pbelov Status assigned => resolved
2025-03-06 19:15 pbelov Resolution open => fixed
2025-03-06 19:15 pbelov Fixed in Version => 3.15.14
2025-03-06 19:15 pbelov Note Added: 0002654
2025-03-11 20:35 pbelov Status resolved => closed
2025-03-11 20:35 pbelov Note Added: 0002664
2025-03-11 22:43 pbelov Project SymmetricDS => SymmetricDS Pro