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
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
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/
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.
>
>
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
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
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
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
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
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
I develop below code for establish SSL connection with AMQ server:
string url = "ssl://:"
ITransportFactory sslTransportFactory = new
SslTransportFactory();
SslTransportFactory ssl = new SslTransportFactory();
ssl.ClientCertSubject = ;
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*
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
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
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
> > > > 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
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
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?
> >
> >
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
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
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*
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
@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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
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
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
>
>
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
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.
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.
>
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.
; >
> > 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
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
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.
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
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
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.
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
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
&
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
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-
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.
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.
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
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
;
>
> 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.
>
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
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
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
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
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
ext:
http://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695935.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> >
> >
> > --
> > 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
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
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
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
://activemq.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695912.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
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
.2283324.n4.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695876.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
> --
> 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
.nabble.com/NMS-versioning-and-NuGet-tp4695705p4695861.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
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
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
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.
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
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
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
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
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
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
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
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
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
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
uck Rolke wrote:
>
>> ===
>> * Apache.NMS.AMQP : Apache NMS for AMQP Client Library
>> * Initial Release Notes
>> ===
>>
>> 1.0 Welcome
>>
>> Welcome to Apache NMS AMQP! Thi
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 - 100 of 682 matches
Mail list logo