[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread shailendra14k
Github user shailendra14k commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
@clebertsuconic , I did some testing, with the changes 
[#1787](https://github.com/apache/activemq-artemis/pull/1787), Address-settings 
policies work as expected with the older client version.


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread clebertsuconic
Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
If you could review the new one please ?


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread shailendra14k
Github user shailendra14k commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
Thank you, Closing this PR


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread clebertsuconic
Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
if you could please close this PR?

#1787 superceedes this.. although this PR will be closed automagically when 
#1787 is merged.


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread clebertsuconic
Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
I will handle this... 


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-17 Thread clebertsuconic
Github user clebertsuconic commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
I don't agree with changing the CoreMessage for this... but there's 
something we can do at the Server's message.


---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-15 Thread shailendra14k
Github user shailendra14k commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
@mtaylor I tested with the latest master and anycastPrefix does not help. I 
got the same behaviour i.e using old version client ignores address-settings 
policies.

`tcp://0.0.0.0:61616?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300;anycastPrefix=jms.queue.;multicastPrefix=jms.topic.`




---


[GitHub] activemq-artemis issue #1744: [ARTEMIS-1577] Address-settings policies aren'...

2018-01-11 Thread mtaylor
Github user mtaylor commented on the issue:

https://github.com/apache/activemq-artemis/pull/1744
  
@shailendra14k This has been handled using two approaches internally which 
might have caused some confusion.  But, there is an acceptor setting 
anycastPrefix and multicastPrefix that does what you've put here.  

Try appending the following to you acceptor 
"anycastPrefix=jms.queue.;multicastPrefix=jms.topic."


---