-
1. Re: ActiveMQ - Can't find Queue
jbertram Sep 12, 2016 9:11 AM (in response to notify)What is your queue configuration? My guess is that the JNDI entry is not in the "java:jboss/exported/" namespace and therefore not available to remote clients. Remember, in Wildfly any JNDI name that needs to be accessible to a remote client needs to be in the "java:jboss/exported/" namespace and the JNDI lookup will refer to everything after the "java:jboss/exported/" prefix.
-
2. Re: ActiveMQ - Can't find Queue
notify Sep 12, 2016 9:41 AM (in response to jbertram)Added "java:jboss/exported/" to Queue name in the Management Interface and I no longer get the error.
Now get:
Caused by: ActiveMQSecurityException[errorType=SECURITY_EXCEPTION message=AMQ119032: User: NOTiFY does not have permission='SEND' on address jms.queue.AffiliateWindowQueue]
Will look at permissions for my user NOTiFY.
Update - Sorted working fine now.
Thanks for your help.