Hello.

I'm testing pax-jdbc-config to configure XA data sources that should
be available as "wrapped and auto-enlisted" javax.sql.DataSource to be
used in Camel routes.

The data source is configured using the pax-jdbc-config with a simple
CFG file setting the pool type (dbcp2) and xa flag.

My tests seem to be OK, both on simple "non transacted" routes with
SQL only and on "transacted" routes with JMS and SQL operations. From
an external point of view, the transactions are correct...

Is there any way to monitor the transaction manager to see what it does ?

When I look at the JMX MBeans I can see some information about the
DBCP2 pool, but nothing about underlying (postgresql) connections...

What kind of statistics should I care about to control transactions ?

Thanks for your help.

Regards.

Reply via email to