Re: How can I connect to Websphere MQ?

2018-02-28 Thread alexashlokys
please try this. To create a connection factory, a queue connection factory, or a topic connection factory for use with the WebSphere MQ messaging provider, use the administrative console to complete the following steps. You can choose either to enter all the required connection information using

Re: Address settings for multicast addresses

2018-02-28 Thread Ulf Lilleengen
Ah, that makes sense. So in that case, the limit will be per-address + some small bookkeeping for each queue. I think that explains what I'm seeing, and perhaps if I used some larger sized messages in my test the number would have a lower variance. Thanks Martyn! Ulf On 02/28/2018 05:38

Re: Address settings for multicast addresses

2018-02-28 Thread Martyn Taylor
Ulf, We don't copy messages across queues. If you send a single message to a multicast address it's only stored in memory once, and a reference to the message is stored on the queue. You don't have noQueues * messages in memory, but you do have some additional message references in memory. If

Re: File not found running MQTT PubSub example project.

2018-02-28 Thread Justin Bertram
A handful of the examples on master are currently broken. A few commits have been made recently to fix some of them. I'm working on it currently. Justin On Wed, Feb 28, 2018 at 8:55 AM, Raul Valdoleiros < raul.valdoleiros.olive...@gmail.com> wrote: > Hi, > > I tried and it did work for me. >

Re: File not found running MQTT PubSub example project.

2018-02-28 Thread Raul Valdoleiros
Hi, I tried and it did work for me. 2018-02-27 3:47 GMT+00:00 pwjenkins : > I don't know if this is a known issue or not. But I've pulled the current > artemis master code to run some examples. The "mvn -Prelease install" > succeeds but the "mvn verify" for

Address settings for multicast addresses

2018-02-28 Thread Ulf Lilleengen
Hi, I have a question/observation regarding address settings and max-size-bytes on Artemis 2.4.0 and if they apply to addresses or queues. I have tested addresses with a max-size-bytes set to 1Mb and using the FAIL policy in address settings for 'myqueue'. I wanted to see if these limits

Re: MessageGroup behavior

2018-02-28 Thread Tim Bain
Re-reading your original question, I realized that I assumed that you were aware of the JMS-standard feature called message groups, which ensure that all messages with a given group ID are consumed (in order) by a single consumer. That feature will meet all of your requirements except for the

Re: ApacheMQ Artemis JCA Adapter

2018-02-28 Thread Archibald
This one? https://mvnrepository.com/artifact/org.apache.activemq.examples.modules/artemis-rar/2.4.0 Br, Archibald -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html