-
Solace-JMS Dynamic Subscriptions.
What would be the best option to subscribe & unsubscribe to Topics/Queues dynamically with solace-jms with out using @JMSListener? I could see a couple of options as listed below: I) Initiating JmsListenerContainerFactory for individual endpoints. ii) Making use of Connection instance to create JMS Session and having the…
-
Solace Client running out of memory with multiple consumers
Hi, We are using Solace JMS to read the Data from a JMS Queue and in order to keep up with the rate at which data is produced we are using 50 Consumers in worker threads and this is causing OutoFMemory Issue. Looks like as soon as we are creating the session and connection it is getting disconnected and the client/consumer…
-
Topic Endpoint Replay
Can some one provide me java sample to Replay Topic Endpoint ?
-
javax.naming.NamingException: JNDI lookup failed. Timeout happened when reading response from the r
Hi, We are using a Solace Client and able to connect to Solace JMS Queue and we started seeing the following Error all of a sudden. We didn't have this Issue for the past few months. This is happening when we try to create jmsConnection at private void init() throws JMSException, NamingException { jndiContext = new…
-
New Tutorial Available - Spring Boot Autoconfig JMS
A new tutorial has been posted to the Solace Samples pages! Be sure to check it out. https://solace.com/samples/solace-samples-spring/spring-boot-autoconfigure/