-
1. Re: Wildfly 17.0.1 activemq warning
jaikiran Aug 22, 2019 8:11 AM (in response to marcanthony)The presence of those raw ${0} etc parameter placeholders does indeed look odd. Can you file a JIRA for this here - JBoss Issue Tracker and reference this thread. If possible please attach to that JIRA an application which reproduces this.
-
2. Re: Wildfly 17.0.1 activemq warning
marcanthony Aug 22, 2019 9:10 AM (in response to jaikiran)Hi Jaikiran
I will create a sample app to reproduce the issue
Thanks
-
3. Re: Wildfly 17.0.1 activemq warning
artk2002 Aug 29, 2019 10:38 AM (in response to marcanthony)I'm seeing the same problem, except that it seems to be in a loop.
-
4. Re: Wildfly 17.0.1 activemq warning
artk2002 Aug 29, 2019 12:22 PM (in response to artk2002)I did some debugging. The warning message is correct, in that something wasn't found in JNDI. If you turn on trace logging for org.apache.activemq.artemis.ra.inflow.ActiveMQActivation, the log file will show you a line like this nearby:
2019-08-29 09:11:40,263 DEBUG [org.apache.activemq.artemis.ra.inflow.ActiveMQActivation] (default-threads - 1) Retrieving <queue-type> "<queue-name>" from JNDIIn my case, the warning is because I have some MDBs that don't have properly defined activation specs. What's troublesome is that the activation says it's creating one (and I can see some of that in the log), but it doesn't find it the next time around.
-
5. Re: Wildfly 17.0.1 activemq warning
marcanthony Aug 30, 2019 8:54 AM (in response to artk2002)Yes, with debug enabled I got to the bottom of this
java:/jms/queue/ExpiryQueue is the jndi in standalone
in my mdb I have
java:jboss/jms/queue/ExpiryQueue
Weird thing is that in Wildfly 10 it never complained.
So is there an issue in the logic reporting the problem? or is everything good?
-
6. Re: Wildfly 17.0.1 activemq warning
peter.printzen Nov 19, 2019 7:52 AM (in response to marcanthony)I have that warning every 2 seconds. Running 7.2.4. Any workaround appreciated.
-
7. Re: Wildfly 17.0.1 activemq warning
ehugonnet Dec 18, 2019 4:56 AM (in response to peter.printzen)AS jaikiran wrote could you please fill a Jira and attach a reproducer.