craigblackman2

Results 5 comments of craigblackman2

Hi, using spring-cloud-azure-starter-servicebus-jms:4.0.0 or a later version 4.3.0 with the `pool:enabled: true` setting makes the factory class `org.messaginghub.pooled.jms.JmsPoolConnectionFactory`. Can you confirm if the solution above is referring to the activemq...

So far trying to get `PooledConnectionFactory` working I have added the following dependencies to the project: `com.azure.spring:spring-cloud-azure-autoconfigure` to get the `AzureServiceBusJmsProperties` and `org.apache.activemq:activemq-pool` to get `PooledConnectionFactory`. The bean declaration is:...

> > So far trying to get `PooledConnectionFactory` working I have added the following dependencies to the project: `com.azure.spring:spring-cloud-azure-autoconfigure` to get the `AzureServiceBusJmsProperties` and `org.apache.activemq:activemq-pool` to get `PooledConnectionFactory`. > >...

@hui1110 Our usage scenario is receiving a JMS message via a method annotated with `@JmsListener`to trigger a Spring Batch Job, once that Job has finished, another job will be started...

@hui1110 Best I don't share full logs here but do have some further that could be useful, is it possible via a direct message or azure support ticket? Anyway a...