1. Windows Platform support, 2.Net Client examples for AMQP Apache ActiveMQ Artemis 3. Persistent Storage

2018-04-16 Thread pathaari
Hello 1. How good is the support for Windows Platform 2. I have tried to look for all examples of AMQP Dot Net, But I can find just the hello world example, Rest entire documentation is with JMS API's Do we have all equivalent examples for AMQP DotNet which are given for JMS API Next 3. For pers

Request to provide steps to Integrate LDAP with AcitveMQ

2018-04-16 Thread Daivish Shah
Hi, I am looking to integrate *LDAP *Users with *ActiveMQ Console. * Can you please provide me some steps or Blog around this so i can follow it accordingly? Thanks, Daivish.

Re: Message Property Type Always String?

2018-04-16 Thread Timothy Bish
On 04/13/2018 11:52 AM, Tom Parsons wrote: Hello Forum- I'm a new user of ActiveMQ CMS (ActiveMQ-cpp-3.9.3), and new to JMS as well. I am creating, formatting, and sending test messages to myself to start. In my code to consume those message, I check the property type of all the message propert

Re: Getting 'java.lang.NumberFormatException: For input string: "1-1"' errors when doing client side ack with STOMP clients if message sent by AMQP producer

2018-04-16 Thread Daniel Hutchison
On Fri, 2018-04-13 at 14:04 -0400, Timothy Bish wrote: > On 04/13/2018 01:53 PM, Daniel Hutchison wrote: > > > > Hey all, > > > > When my STOMP clients try to do client side ACKs on a message that > > was > > sent from an AMQP producer, I'm getting the following error message > > showing up in ac

Re: How to ensure reliability of publish/subscribe against occassional network hiccup?

2018-04-16 Thread pragmaticjdev
I would like to revive this email thread since I have a exact similar use case for which I am planning to use activemq - to keep the java objects in sync between multiple nodes. This thread discusses a couple of approaches - transacted session (does this refer to transactions?) or acknowledgements