Giter Club home page Giter Club logo

Comments (3)

ramit21 avatar ramit21 commented on August 9, 2024

Can anyone please help above.

from btm.

fall14123 avatar fall14123 commented on August 9, 2024

@ramit21 which WMQ (or rebranded as IBM MQ...) version are you using on client and server side? We tried using [v9 client + v6 server] and saw multiple connection attempts within a single XAQueueConnectionFactory#createXAConnection().

IBM KC suggests using "migration mode" (ref. link), but doesn't seem help us out yet....

Also asked in https://stackoverflow.com/questions/52655619/wmq-connection-socket-constantly-closed-between-v9-client-and-v6-server?noredirect=1#comment92601694_52655619, in case it's helpful to someone.

from btm.

ramit21 avatar ramit21 commented on August 9, 2024

Hi @fall14123 , we are using version 8 of MQ. Tried playing around with providerVersion as suggested by you, but no luck. In fact giving provierVersion as 6 only made things worse and more connections leaked. One difference between your code (as on stackoverflow link) and ours is that we are using Bitronix PoolingConnectionFactory for JMS and PoolingDataSource for DB connections. Another observation is that connections leak when we either produce or consume messages concurrently (a burst of messages). For some reason, PoolingConnectionFactory is not honouring the poolsize that we have given as 20.

PoolingConnectionFactory connectionFactory = new PoolingConnectionFactory();
connectionFactory.setClassName("com.ibm.mq.jms.MQXAQueueConnectionFactory");
connectionFactory.setUniqueName(XA_FACTORY_NAME);
connectionFactory.setAllowLocalTransactions(false);
connectionFactory.setTestConnections(true);
connectionFactory.setUser(user);
connectionFactory.setPassword(password);
connectionFactory.setMaxPoolSize(20);
Properties driverProperties = connectionFactory.getDriverProperties();
driverProperties.setProperty("port", ...);
driverProperties.setProperty("transportType", ...);
driverProperties.setProperty("channel", ...);
driverProperties.setProperty("hostName", ...);
driverProperties.setProperty("queueManager", ...);

All at sea with this connection leak issue. Rasied it with more details on StackOverflow as well - https://stackoverflow.com/questions/53334069/bitronix-poolingconnectionfactory-making-multiple-connections-that-wont-close

from btm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.