CVE-2025-29953: Apache ActiveMQ NMS OpenWire Client: deserialization allowlist bypass

2025-04-18 Thread Arnout Engelen
Severity: moderate Affected versions: - Apache ActiveMQ NMS OpenWire Client before 2.1.1 Description: Deserialization of Untrusted Data vulnerability in Apache ActiveMQ NMS OpenWire Client. This issue affects Apache ActiveMQ NMS OpenWire Client before 2.1.1 when performing connections to

Re: [VOTE] Release activemq-nms-amqp 2.2.0-rc1

2023-05-14 Thread Havret
Results of the activemq-nms-amqp 2.2.0-rc1 release vote. The vote passes with 5 Binding Votes Binding Votes: Krzysztof Porebski Jean-Baptiste Onofré Jeff Genender Arthur Naseef Mike Pearce Non-Binding Votes: none Thank you for all the contributions and everyone's time reviewing the re

[ANNOUNCE] Apache ActiveMQ NMS API 1.8.1 Released

2022-06-09 Thread Havret
I am pleased to announce the release of Apache ActiveMQ NMS API 1.8.1 Downloads are now available at: *https://activemq.apache.org/components/nms/nms-api-downloads <https://activemq.apache.org/components/nms/nms-api-downloads>* Or via NuGet: https://www.nuget.org/packages/Apache.NMS/

Re: apache active mqueue nms client throwing exception

2022-04-14 Thread Tim Bain
We are able to resolve the issue by creating > connection and session for each queue separately later the error stopped > coming in the consumer. > > NMS client with single connection and single session with transaction to > consume from multiple queues is not working properly. > >

RE: apache active mqueue nms client throwing exception

2022-04-13 Thread NawazAli Shaik
Hi Tim, Thanks for responding. We are able to resolve the issue by creating connection and session for each queue separately later the error stopped coming in the consumer. NMS client with single connection and single session with transaction to consume from multiple queues is not working

Re: apache active mqueue nms client throwing exception

2022-04-13 Thread Tim Bain
This isn't something I've seen reported for non-NMS clients, and it's my understanding that the NMS client gets a lot less use than the JMS client so it's entirely possible that there's a bug in the NMS client that no one has detected till now. Are you able to repro

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

NMS connection to EMS and AMQP

2021-10-14 Thread Ali Abdallah
Hi there, I am having trouble connecting to my TIBCO EMS server using the NMS library. I have downloaded the TIBCO Client assembly dll from TIBCO as well as Apache.NMS.EMS.dll. I have also placed a nmsprovider-ems.config file in the bin folder with the following content: I use the

[ANNOUNCE] Apache NMS AMQP 1.8.1 Released

2020-04-20 Thread Krzysztof
I am pleased to announce the release of Apache NMS AMQP 1.8.1. Downloads are now available at: https://activemq.apache.org/components/nms/providers/amqp/downloads/apachenmsamqp-v181 Or via NuGet: https://www.nuget.org/packages/Apache.NMS.AMQP/1.8.1 Many thanks for all the contributors to this

[ANNOUNCE] Apache NMS AMQP 1.8.0 Released

2019-11-11 Thread Michael André Pearce
I am pleased to announce the release of Apache NMS AMQP 1.8.0 client. Downloads are now available at: https://activemq.apache.org/components/nms/providers/amqp/downloads/apachenmsamqp-v180 <https://activemq.apache.org/components/nms/providers/amqp/downloads/apachenmsamqp-v180> This

Re: Using SSL with Apache NMS on a windows machine

2019-10-17 Thread vit
I develop below code for establish SSL connection with AMQ server: string url = "ssl://:" ITransportFactory sslTransportFactory = new SslTransportFactory(); SslTransportFactory ssl = new SslTransportFactory(); ssl.ClientCertSubject = ;

List all queues using NMS C#

2019-10-15 Thread Luc Hebert
Hi there, I'm looking for a nudge in the right direction as to how to retrieve the list of queues in ActiveMQ using C# NMS. My use case it to get the list of queues and then operate on each of these queues individually. Thanks a bunch. *---* *Luc Hebert*

Using SSL with Apache NMS on a windows machine

2019-10-02 Thread Yonatan Nir
I'm using a Windows machine trying to send secure messages over SSL with ActiveMQ, using the Apache NMS API for .NET and I really have no idea what to do. In the broker.xml I tried adding "sslEnabled=true" to the default acceptor: tcp://0.0.0.0:61616?sslEnabled=true;tc

[ANNOUNCE] Apache NMS API 1.8.0 Released

2019-08-27 Thread Michael André Pearce
I am pleased to announce the release of Apache NMS API 1.8.0 Downloads are now available at: https://activemq.apache.org/components/nms/nms-api-downloads This updates the Apache NMS API to supporting .net standard 2.0 and also first official nuget package binary. Many thanks for all the

NMS and support for blobmessage

2019-08-21 Thread prabhu.senthil
Hi Guy, I am trying to integrate ActiveMQ in to my .Net core application using AMQP protocol. I tried out regular string message as a message queue to ActiveMQ and it works. All I want to know is does NMS support blobmessages or file based messages? So far I do not see support for this. Thanks

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
> > > > The link you posted seems to be working for me, however, if I drill > > down > > > a > > > > little further, I do see that the generated API pages are not showing > > up. > > > > > > > > https://activemq.apache.org/components/n

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
ed seems to be working for me, however, if I drill > down > > a > > > little further, I do see that the generated API pages are not showing > up. > > > > > > https://activemq.apache.org/components/nms/nms-api > > > > > > Is this what you are referr

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Justin Bertram
e link you posted seems to be working for me, however, if I drill down > a > > little further, I do see that the generated API pages are not showing up. > > > > https://activemq.apache.org/components/nms/nms-api > > > > Is this what you are referring to? > > > >

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
s are not showing up. > > https://activemq.apache.org/components/nms/nms-api > > Is this what you are referring to? > > Best, > Jim > > On Tue, Apr 23, 2019, 7:53 AM Luc Hebert wrote: > > > Hello, > > The ActiveMQ NMS Documentation Links appear to be bro

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
Hi Luc, The link you posted seems to be working for me, however, if I drill down a little further, I do see that the generated API pages are not showing up. https://activemq.apache.org/components/nms/nms-api Is this what you are referring to? Best, Jim On Tue, Apr 23, 2019, 7:53 AM Luc Hebert

Fwd: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Luc Hebert
Hello, The ActiveMQ NMS Documentation Links appear to be broken, could anyone point me to working documentation for this please? https://activemq.apache.org/components/nms/documentation *---* *Luc Hebert*

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-09 Thread koosala
I checked creating the topic by using the address with name as "A::B" and ActiveMQ ended up creating an address with the name "A::B", it did not create a multicast queue with name B. AmqpNetLite is an option, but there may be some gaps and I will need to do a good POC to verify it can do things th

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread michael.andre.pearce
@activemq.apache.org Subject: Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer NMS API does not offer support for this and there aren't any plans to add it.  The OpenWire protocol doesn't offer the features needed to implement shared subscriptions so it isn't eas

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread Timothy Bish
NMS API does not offer support for this and there aren't any plans to add it.  The OpenWire protocol doesn't offer the features needed to implement shared subscriptions so it isn't easily added there.  You could trying switch to an AMQP based .NET client like AmqpNetLite and

Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-03 Thread koosala
Hi, We use Apache NMS library for consuming the broker (from .Net). We would like to scale out consumers by subscribing to the same topic, but the consumers acting as competing consumers, so that only one of them processes any message. ActiveMQ artemis supports multiple clients to a multicast

Re: ActiveMQ AMQP NMS build with Mono

2018-05-11 Thread Timothy Bish
On 05/11/2018 11:09 AM, tschneider wrote: Hello, I am working in linux. I want to get the NAnt build working for mono. https://github.com/apache/activemq-nms-amqp >From reading the documentation I thought it was supported but it does not appear to be. Can anyone help me out? -- Sent f

ActiveMQ AMQP NMS build with Mono

2018-05-11 Thread tschneider
Hello, I am working in linux. I want to get the NAnt build working for mono. https://github.com/apache/activemq-nms-amqp >From reading the documentation I thought it was supported but it does not appear to be. Can anyone help me out? -- Sent from: http://activemq.2283324.n4.nabble.

Re: Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-07 Thread asafm
Problem solved, thanks to Tim's help: I replaced jms & nested prefixes by nms prefix, and removed one property that was not supported, and consumer-side configuration now works. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-07 Thread asafm
Thanks Tim. Do you know of any references or examples that include configuration options for message re-delivery? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-05 Thread Timothy Bish
On 04/05/2018 03:04 AM, asafm wrote: I am using NMS ActiveMQ .NET client to pull messages from the queue using MessageConsumer.ReceiveNoWait method. The consumer application attempts to pull all pending messages every second. I am trying to configure messages to be resent, but oddly it does not

Re: Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-05 Thread asafm
Update to the broker configuration: After changing maximumRedeliveries to 4, messages did not get sent to the DLQ after expiration time (4 minutes + 20 seconds), and just piled up in the specific queue. I have also forgot to mention that I am using the failover protocol for master/slave configurati

Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-05 Thread asafm
I am using NMS ActiveMQ .NET client to pull messages from the queue using MessageConsumer.ReceiveNoWait method. The consumer application attempts to pull all pending messages every second. I am trying to configure messages to be resent, but oddly it does not work as expected. I have tried using

Re: NMS PGP Certificate Revoked

2018-02-26 Thread Timothy Bish
The problem should be fixed now, give it another try and download them again. On Thu, Feb 22, 2018 at 8:15 PM, Mono Codigo wrote: > Hi, > > I haven't used PGP much. I downloaded the latest revision (1.7.2) of the > Apache NMS ActiveMQ binaries from the preferred mirror.

Re: Using NMS and JMS at the same time

2018-02-23 Thread Timothy Bish
On 02/23/2018 05:43 AM, almin wrote: Can ActiveMQ support NMS and JMS at the same time as part of a single interface. There are two applications (both support ActiveMQ), both using different connectors *App1 uses JMS* (written in Java) and *App2 uses NMS* written in .NET. I am trying to have a

Using NMS and JMS at the same time

2018-02-23 Thread almin
Can ActiveMQ support NMS and JMS at the same time as part of a single interface. There are two applications (both support ActiveMQ), both using different connectors *App1 uses JMS* (written in Java) and *App2 uses NMS* written in .NET. I am trying to have a message from App1 using ActiveMQ to

NMS PGP Certificate Revoked

2018-02-22 Thread Mono Codigo
Hi, I haven't used PGP much. I downloaded the latest revision (1.7.2) of the Apache NMS ActiveMQ binaries from the preferred mirror. I also downloaded the asc file, but when I try to verify the binaries with the asc, it tells me that the certificate (Timothy Bish) has been revoked. Lookin

RE: WCF NMS with web socket

2017-08-15 Thread or
Hi Jim, Let me clarify: I would like to consume an activeMQ queue using web socket, with a .NET client. In order to achieve that I was wandering if the NMS WCF library provided by the activeMQ community is capable of web socket communication? Thanks, Or From: Jim Gomes [via ActiveMQ

Re: WCF NMS with web socket

2017-08-14 Thread Jim Gomes
The first question is what problem are you trying to solve? On Sun, Aug 13, 2017 at 8:26 AM or wrote: > Hi, > > I would like to know if it is possible to use the NMS WCF library with web > socket as binding, in order to connect to ActiveMQ. > > > Thanks, > Or > >

WCF NMS with web socket

2017-08-13 Thread or
Hi, I would like to know if it is possible to use the NMS WCF library with web socket as binding, in order to connect to ActiveMQ. Thanks, Or -- View this message in context: http://activemq.2283324.n4.nabble.com/WCF-NMS-with-web-socket-tp4729655.html Sent from the ActiveMQ - User mailing

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread magmasystems
That's a great idea! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-Failure-Recovery-tp4717704p4717873.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread Jim Gomes
rote: > Thanks, Jim. If failover works with a single instance, then I surely did > reinvent the wheel :-) > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-Failure-Recovery-tp4717704p4717869.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread magmasystems
Thanks, Jim. If failover works with a single instance, then I surely did reinvent the wheel :-) -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-Failure-Recovery-tp4717704p4717869.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread Jim Gomes
; > > > failover:(tcp://localhost:61616,tcp://remotehost:61616) > > > > H ... according to > > http://activemq.apache.org/failover-transport-reference.html, you should > > be > > able to. But, will that work with ActiveMQ NMS? > > > > -ma

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread Tim Bain
ailover:(tcp://localhost:61616,tcp://remotehost:61616) > > H ... according to > http://activemq.apache.org/failover-transport-reference.html, you should > be > able to. But, will that work with ActiveMQ NMS? > > -marc > > > > -- > View this message in context: http

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread magmasystems
with ActiveMQ NMS? -marc -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-Failure-Recovery-tp4717704p4717859.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Tim Bain
work for you. > > Cheers! > > > On Wed, Oct 12, 2016, 8:36 AM magmasystems > wrote: > > > Thanks Jim and Tim. I managed to hook up a poor-man's recover mechanism. > > Our > > application uses a framework that sits over the various low-level > messaging &g

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Jim Gomes
that sits over the various low-level messaging > APIs, such ActiveMQ NMS, Tibco EMS .NET client, and the .NET RabbitMQ > client. So we actually have thin "proxy objects" sitting on top of the > native MessageConsumers and MessageProducers. When we detect a broker > failure, we inst

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread magmasystems
Thanks Jim and Tim. I managed to hook up a poor-man's recover mechanism. Our application uses a framework that sits over the various low-level messaging APIs, such ActiveMQ NMS, Tibco EMS .NET client, and the .NET RabbitMQ client. So we actually have thin "proxy objects" sittin

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Jim Gomes
Another technique to try when hitting a breakpoint is to not freeze all of your threads. Let the NMS worker threads continue running in the background so they are able to respond to the KeepAlive requests from the broker. Otherwise, your client will be kicked off from the broker. Visual Studio

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Tim Bain
> > The pseudo-code for what we are trying to do is below. Let's assume that > the > developer is working on his own laptop, with a locally-installed single > instance of ActiveMQ. > > // When initially creating a connection, we set the NMS > ExceptionListener handler &g

Re: ActiveMQ NMS and Failure Recovery

2016-10-10 Thread magmasystems
NMSException. The pseudo-code for what we are trying to do is below. Let's assume that the developer is working on his own laptop, with a locally-installed single instance of ActiveMQ. // When initially creating a connection, we set the NMS ExceptionListener ha

Re: ActiveMQ NMS and Failure Recovery

2016-10-09 Thread Jim Gomes
roker. So I'm not sure what you are asking. Do you want to survive breakpoints in a debugger, or do you want normal failover in production? On Sun, Oct 9, 2016, 9:00 AM magmasystems wrote: > Hello all, > > As we prepare to ship our new product that uses ActiveMQ NMS heavily, I am

ActiveMQ NMS and Failure Recovery

2016-10-09 Thread magmasystems
Hello all, As we prepare to ship our new product that uses ActiveMQ NMS heavily, I am trying to harden the code against possible failures. One of the things that our developers have noticed (and others in this group may have noticed) is that it is common to get NMSExceptions when you are stopped

Re: NMS Failing To Connect to Broker Over UDP

2015-12-31 Thread Timothy Bish
On 12/30/2015 01:52 PM, gbchriste wrote: > I've got 3 test harnesses I'm using to experiment with ActiveMQ - two Java > and one .Net. .Net is using Apache.NMS > > No problems communicating with the broker using TCP from any of them. > > However, the .NET NMS client

NMS Failing To Connect to Broker Over UDP

2015-12-31 Thread gbchriste
I've got 3 test harnesses I'm using to experiment with ActiveMQ - two Java and one .Net. .Net is using Apache.NMS No problems communicating with the broker using TCP from any of them. However, the .NET NMS client cannot connect to the broker over UDP. The following code prod

Re: Active NMS - ISession and transaction listeners - how do I get TransactionId

2015-12-22 Thread sburczymucha
m not sure if this is intended or not and why it isn't null'ed just after calling listeners. Best Regards, -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-NMS-ISession-and-transaction-listeners-how-do-I-get-TransactionId-tp4705218p4705372.html Sent fr

Re: Active NMS - ISession and transaction listeners - how do I get TransactionId

2015-12-21 Thread Timothy Bish
On 12/19/2015 04:33 PM, sburczymucha wrote: > Hello, > > I'm using Active NMS and I would like to log some information (e.g. > Transaction ID) about currently processed transaction. It seems that I can > use transaction listeners: TransactionStartedListener, > Transacti

Active NMS - ISession and transaction listeners - how do I get TransactionId

2015-12-19 Thread sburczymucha
Hello, I'm using Active NMS and I would like to log some information (e.g. Transaction ID) about currently processed transaction. It seems that I can use transaction listeners: TransactionStartedListener, TransactionCommittedListener and TransactionRolledBackListener but I'm having a pr

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-11 Thread Timothy Bish
Great, glad you got it working. On 11/11/2015 11:59 AM, Vinche wrote: > After adding openwire protocol to Wildfly 10, I can connect and consume > messages with Apache NMS client. > > For those interested, here are the changes I did to wildfly : > > https://github.com/Vinch

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-11 Thread Vinche
After adding openwire protocol to Wildfly 10, I can connect and consume messages with Apache NMS client. For those interested, here are the changes I did to wildfly : https://github.com/Vinche59/wildfly/commit/6dfab60d309db0706964e7aef054d3a18c0f0ba8 I don't know if it's the best wa

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-08 Thread Clebert
pointing this out. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766p4703773.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-08 Thread Vinche
I wrongly thought that openwire protocol was available by default in Wildfly artemis embedded server. I will try to enable it. Thanks for pointing this out. -- View this message in context: http://activemq.2283324.n4.nabble.com/Issue-with-Wildfly-10-and-Net-NMS-Client-tp4703766p4703773.html

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-07 Thread Jim Gomes
tocol handler attached to it? Or in other words, do you have your client sending OpenWire to the server when it is expecting MQTT or something else? On Sat, Nov 7, 2015, 5:16 AM Vinche wrote: > Hello, > > I'm trying to consume a remote JMS queue from a .Net Apache NMS Client &

Issue with Wildfly 10 and .Net NMS Client

2015-11-07 Thread Vinche
Hello, I'm trying to consume a remote JMS queue from a .Net Apache NMS Client (Apache ActiveMQ ™ -- Apache.NMS.ActiveMQ - version 1.7.1) but each time the client tries to create a Session, I've got an IllegalArgumentException on Wildfly : / ERROR [org.apache.activemq.artemis.c

Re: ActiveMQ NMS 1.7.1 to NuGet?

2015-10-14 Thread Timothy Bish
On 10/14/2015 08:42 AM, pmularien wrote: > Hello, > > Just wondering when the ActiveMQ NMS 1.7.1 build will be pushed to NuGet? > > Thanks, > ~~ Peter > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-1-7-1-to-

ActiveMQ NMS 1.7.1 to NuGet?

2015-10-14 Thread pmularien
Hello, Just wondering when the ActiveMQ NMS 1.7.1 build will be pushed to NuGet? Thanks, ~~ Peter -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-1-7-1-to-NuGet-tp4702942.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS, default AMQ settings, connection not re-established after AMQ process stop/start

2015-08-28 Thread thundersmurf
had it on the tcp part. Oh well. -- View this message in context: http://activemq.2283324.n4.nabble.com/NMS-default-AMQ-settings-connection-not-re-established-after-AMQ-process-stop-start-tp4701481p4701492.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

NMS, default AMQ settings, connection not re-established after AMQ process stop/start

2015-08-28 Thread thundersmurf
stated at http://activemq.apache.org/nms/activemq-uri-configuration.html. Scenario: - AMQ server is up. Webapp fires up and everything is good (I can send a test message) - I take the AMQ server down. Webapp (with info from the Apache.NMS.ITrace adapter) says there's a problem. Houston we have a

NMS API support for HTTP/HTTPS

2015-06-22 Thread George Svedloff
It appears that the NMS .NET API does not support HTTP tunneling - the HTTP protocol is not available for the NMS API. Are there any plans to support it in the future? If not, what would be the alternatives to invoke ActiveMQ from .NET apps via HTTP/HTTPS? -- View this message in context

Re: NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread Jim Gomes
; > > Here is my code and values. It doesn't matter whether > UseExponentialBackOff > is on or off. > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-InitialRedeliveryDelay-doesn-t-seem-to-work-tp4697140.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread daelliott
the first exception is immediately followed by the second and then 5 seconds in between. Here is my code and values. It doesn't matter whether UseExponentialBackOff is on or off. -- View this message in context: http://activemq.2283324.n4.nabble.com/NMS-InitialRedeliveryDelay-doesn

Re: Activemq list of queues NMS .NET

2015-05-21 Thread Jim Gomes
Hello, The best way to get a list of topics and queues is by using the Statistics Plugin on the broker. Check the documentation here: http://activemq.apache.org/statisticsplugin.html On Mon, Apr 27, 2015 at 4:40 PM gokhaled89 wrote: > How do I get list of queues and topics using ActiveMQ

Re: How to to get the JMSActiveMQBrokerInTime/OutTime using .NET NMS

2015-05-04 Thread Timothy Bish
On 05/01/2015 06:55 AM, MarcoM wrote: > Hi, > > We want to use the JMSActiveMQBrokerInTime/OutTime to do performance > testing. > The NMS .NET API (C#) doesn't provide these on the IMessage Interface. > However, the Message classes implement them (BrokerIntime/OutTime). &g

How to to get the JMSActiveMQBrokerInTime/OutTime using .NET NMS

2015-05-04 Thread MarcoM
Hi, We want to use the JMSActiveMQBrokerInTime/OutTime to do performance testing. The NMS .NET API (C#) doesn't provide these on the IMessage Interface. However, the Message classes implement them (BrokerIntime/OutTime). We now use reflection, but I think these properties should be expos

Re: NMS versioning and NuGet

2015-04-30 Thread Jim Gomes
The NMS.MSMQ provider is supported, and does compile with the latest NMS 1.7.0. It's just that a new binary hasn't been put out in a while. On Apr 30, 2015 10:05 PM, "rjrizzuto" wrote: > Thanks for the update. I am new to Apache.NMS and message oriented > middleware

Re: NMS versioning and NuGet

2015-04-30 Thread rjrizzuto
ext: http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695935.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS versioning and NuGet

2015-04-29 Thread Jim Gomes
> > > > > > -- > > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695916.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > > The creator of that provider has not s

Re: NMS versioning and NuGet

2015-04-29 Thread Timothy Bish
On 04/29/2015 01:50 PM, rjrizzuto wrote: > I thought I saw that there is a new ZeroMQ provider in 1.7.0. Does the same > issue of not having an owner apply to it as well? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-versioning-and

Re: NMS versioning and NuGet

2015-04-29 Thread rjrizzuto
I thought I saw that there is a new ZeroMQ provider in 1.7.0. Does the same issue of not having an owner apply to it as well? -- View this message in context: http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695916.html Sent from the ActiveMQ - User mailing list

Re: NMS versioning and NuGet

2015-04-29 Thread Timothy Bish
rs no longer build? > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695912.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > Each provider along with the NMS API lib it

Re: NMS versioning and NuGet

2015-04-29 Thread rjrizzuto
://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695912.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS versioning and NuGet

2015-04-29 Thread Timothy Bish
aced into NuGet? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695876.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > Folks are free to step up and work to make that happen, we love co

Re: NMS versioning and NuGet

2015-04-29 Thread rjrizzuto
.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695876.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS versioning and NuGet

2015-04-29 Thread Timothy Bish
> > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695861.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > There aren't a lot of differences but you can view the issues that went into

Re: NMS versioning and NuGet

2015-04-29 Thread rjrizzuto
.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695861.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: NMS versioning and NuGet

2015-04-28 Thread Timothy Bish
On 04/28/2015 01:50 PM, rjrizzuto wrote: > I will contact the NuGet owners. Thanks for the suggestion. > > It would be nice if the News section of http://activemq.apache.org/nms/ was > updated with current information since it currently makes it look like > nothing has happ

Re: NMS versioning and NuGet

2015-04-28 Thread rjrizzuto
I will contact the NuGet owners. Thanks for the suggestion. It would be nice if the News section of http://activemq.apache.org/nms/ was updated with current information since it currently makes it look like nothing has happened since 2013. -- View this message in context: http://activemq

Re: NMS versioning and NuGet

2015-04-27 Thread Timothy Bish
On 04/27/2015 12:13 PM, rjrizzuto wrote: > http://activemq.apache.org/nms/ lists the latest Apache.NMS.ActiveMQ as > 1.6.1, the version I just downloaded using NuGet is 1.6.3.3483, and there is > 1.6.5 in https://archive.apache.org/dist/activemq/apache-nms/1.6.0/ and a > 1.

NMS versioning and NuGet

2015-04-27 Thread rjrizzuto
http://activemq.apache.org/nms/ lists the latest Apache.NMS.ActiveMQ as 1.6.1, the version I just downloaded using NuGet is 1.6.3.3483, and there is 1.6.5 in https://archive.apache.org/dist/activemq/apache-nms/1.6.0/ and a 1.7.0 in https://archive.apache.org/dist/activemq/apache-nms/1.7.0/. I am

Activemq list of queues NMS .NET

2015-04-27 Thread gokhaled89
How do I get list of queues and topics using ActiveMQ NMS ( .NET ). Getting the list in JAVA is simple. But what about .NET. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-list-of-queues-NMS-NET-tp4695682.html Sent from the ActiveMQ - User mailing list

Re: consumer question for NMS .Net app

2014-10-12 Thread dmc
e consumer side are failing with the same error as before. note: for this version of the dll : producer.setDeliveryMode(DeliveryMode.PERSISTENT); did not compile -- View this message in context: http://activemq.2283324.n4.nabble.com/consumer-question-for-NMS-Net-app-tp4686144p4686335.html Sen

Re: consumer question for NMS .Net app

2014-10-06 Thread Timothy Bish
On 10/04/2014 09:44 AM, dmc wrote: details: created c# .net 4 dll for excel using the excel RTD interface nms and nms.activemq dlls v 1.6.0 and 1.6.1 I start my broker as: ApacheMQ\apache-activemq-5.10.0-bin\apache-activemq-5.10.0\bin\win64 Ive taken the out of the box settings for

consumer question for NMS .Net app

2014-10-04 Thread dmc
details: created c# .net 4 dll for excel using the excel RTD interface nms and nms.activemq dlls v 1.6.0 and 1.6.1 I start my broker as: ApacheMQ\apache-activemq-5.10.0-bin\apache-activemq-5.10.0\bin\win64 Ive taken the out of the box settings for everything. I register interest in an

ActiveMQ NMS client and DTC transactions

2014-10-02 Thread toby
Hi, I would like to know what the situation is regarding the use of DTC transactions with the NMS client. I have read in numerous places that NMS does not reliably support DTC; however, nowhere am I able to find a detailed explanation of exactly what the issue is, either in terms of how it

Re: Permission to edit wiki - add NMS AMQP provider details

2014-09-23 Thread Timothy Bish
On 09/23/2014 02:58 PM, Chuck Rolke wrote: Hi, I'd like to get some wiki karma so that I may update the NMS Sub Project pages. The AMQP provider is available but it will not be used until it gets more advertising. I am a committer at Apache http://people.apache.org/committer-index.h

Permission to edit wiki - add NMS AMQP provider details

2014-09-23 Thread Chuck Rolke
Hi, I'd like to get some wiki karma so that I may update the NMS Sub Project pages. The AMQP provider is available but it will not be used until it gets more advertising. I am a committer at Apache http://people.apache.org/committer-index.html#C SVN id : chug

Re: NMS ActiveMQ: transactions involving multiple queues in HA scenario

2014-08-25 Thread Timothy Bish
by Apache.NMS.ActiveMQ? Overview page says <http://activemq.apache.org/nms/apachenms.html> : "NMS API currently supports all of the features of JMS in a simple pure C# API and implementation *apart from XA*. Current features include: ... *support for transactions* (sending and ac

NMS ActiveMQ: transactions involving multiple queues in HA scenario

2014-08-25 Thread biondo
says <http://activemq.apache.org/nms/apachenms.html> : "NMS API currently supports all of the features of JMS in a simple pure C# API and implementation *apart from XA*. Current features include: ... *support for transactions* (sending and acknowledging multiple messages in an atomic

Re: Apache.NMS.AMQP : an Apache NMS Provider for AMQP

2014-08-21 Thread Jim Gomes
uck Rolke wrote: > >> === >> * Apache.NMS.AMQP : Apache NMS for AMQP Client Library >> * Initial Release Notes >> === >> >> 1.0 Welcome >> >> Welcome to Apache NMS AMQP! Thi

Re: Apache.NMS.AMQP : an Apache NMS Provider for AMQP

2014-08-21 Thread Timothy Bish
Great work Chuck!! Looking forward to seeing this make its way to a 1.0 release. On 08/21/2014 02:08 PM, Chuck Rolke wrote: === * Apache.NMS.AMQP : Apache NMS for AMQP Client Library * Initial Release Notes

  1   2   3   4   5   6   7   >