Creating a Cassandra Connection Pool with JBoss -
i'm new cassandra , jboss, , trying create connection pool. i've searched everywhere , found bits , pieces of information, i'm still missing something.
i'm not clear on need in standalone file, within driver element. should specify driver-class , xa-datasource-class?
and, in module..xml, path should using in resource-root element?
i have these 2 jar files - correct?
cassandra-driver-core-2.0.2.jar
cassandra-driver-dse-2.0.2.jar
i'm able open connection , execute cql queries standalone java class, need create connection pool in jboss. appreciated. thanks.
cassandra driver, maintains connection pool (atleast datastax jars), configurable, in run-time, , can configured while making session.
on top of cassandra driver lets read connection pool status, if have chosen that. can create own monitoring service connection pool status.
so, not sure, trying achieve here, pool on top of pool?
Comments
Post a Comment