Re: [ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-11 Thread Archibald
The issue occurs only, if the original message is being sent via AMQP (the receiver itself is a JMS-Consumer). If I use a JMS Producer everything works as expected. Br, Archibald -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: PeopleSoft Integration

2018-01-11 Thread TarunpreetKaur
Yes, we are able to connect Peoplesoft with ActiveMQ. Thanks Tarunpreet Kaur -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: javax.jms.JMSException: Error while attempting to add new Connection to the pool

2018-01-11 Thread Tim Bain
What version of Apache Commons Pool2 are you using? https://issues.apache.org/jira/browse/AMQ-6594 indicates that one person was able to fix this error by upgrading to 2.4.2. Can you try that? Tim On Jan 11, 2018 2:31 AM, "Chester_Zheng" wrote: > I meet the following

[ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-11 Thread Archibald
Hi all, I stumbled on an issue which looks similar to ARTEMIS-1508 using version 2.4.0. The setup is the very same: A is used to route messages from a topic to a queue, and a consumer is attached to the target queue using a selector

javax.jms.JMSException: Error while attempting to add new Connection to the pool

2018-01-11 Thread Chester_Zheng
I meet the following error,it happens when the application is running period time later. If I restart the application, it will be ok. Does any one meet the problem like this? Please, Help me.The xxx.xxx.xxx.xxx.ActiveMQPublisher is made by me to establish a connection to send msg to