0 Replies Latest reply on Oct 29, 2015 10:02 AM by bpelakh

    JMS message from custom login module disappears?

    bpelakh

      Under JBoss EAP 6.1, I have implemented a custom extension of LdapExtLoginModule which sends out a JMS message of either a successful or failed login attempt. This class is contained in a module, so it can be shared among the various applications. However, the JMS message does not appear to be sent, even though I verify the Connection and Topic (via debug trace) and no exceptions are thrown. My listeners are not triggered, and when I inspect the topic via JConsole JMX UI, message count is 0. Similarly sent messages from WAR-contained classes are delivered normally.

       

      Would welcome any ideas / approaches to try.