RE: apache active mqueue nms client throwing exception

2022-04-13 Thread NawazAli Shaik
nt are you using? Tim On Fri, Apr 8, 2022, 7:38 AM NawazAli Shaik wrote: > Hi Team, > > > > We are facing issues with one of the .net consumer when they connects > to broker with transactions it is throwing exception while committing > the message. > > > > Be

apache active mqueue nms client throwing exception

2022-04-08 Thread NawazAli Shaik
Hi Team, We are facing issues with one of the .net consumer when they connects to broker with transactions it is throwing exception while committing the message. Below is the consumer error: An error occurred receiving the message Apache.NMS.IllegalStateException: Commit called with no

Re: need details of parallel processing

2021-07-02 Thread NawazAli Shaik
oesn't support JMS 2.0. You'd need to use ActiveMQ > > Artemis instead. > > > > > > Justin > > > > On Fri, Jul 2, 2021 at 10:06 AM NawazAli Shaik < > > nawazali.sh...@sainsburys.co.uk> wrote: > > > > > Hi Robbie, > > > >

RE: need details of parallel processing

2021-07-02 Thread NawazAli Shaik
her and accept the client-generated value (not an option if you want to use durable subscriptions, which require a ClientID be set). On Fri, 2 Jul 2021 at 13:23, NawazAli Shaik wrote: > > Hi Tim, > > Yes you are correct we are failing to subscribe the messages from topic. > Below

RE: need details of parallel processing

2021-07-02 Thread NawazAli Shaik
s failing, so am I right to understand that this is a failure to subscribe to the topic, not a failure to process messages as expected once successfully subscribed? Are there any relevant error messages? Thanks, Tim On Fri, Jul 2, 2021, 5:54 AM NawazAli Shaik wrote: > Hi Tim, > > Th

RE: need details of parallel processing

2021-07-02 Thread NawazAli Shaik
ing? What behavior are you expecting, and what behavior are you observing instead? Are there any relevant error messages? Thanks, Tim On Thu, Jul 1, 2021, 3:32 PM NawazAli Shaik wrote: > Hi Michael, > > Thanks for responding. We are using Amazon mqueue which is a managed > broker

Re: need details of parallel processing

2021-07-01 Thread NawazAli Shaik
. Are you testing ActiveMQ Artemis? If so which version are you having issue with?Sent from my Galaxy Original message From: NawazAli Shaik Date: 01/07/2021 18:39 (GMT+00:00) To: users@activemq.apache.org Subject: need details of parallel processing Hi team, We are working

need details of parallel processing

2021-07-01 Thread NawazAli Shaik
Hi team, We are working on some POC's to migrate webmethods Unviversal messaging to Active mqueue but seeing a blocker with concurrent threads picking the messages from Active mqueue. We have webmethods cluster of integration servers connecting to UM servers in current world . webmethods tr