I need to connect a Mule flow via JMS to Wildfly9. There is very little information available on how to do this (or whether it's even possible), so naturally I'm having problems. I want to try investigating the communicaton between Mule ESB and Wildfly, and I wonder if something like Fiddler can help me.
A similar question popped up five years ago, and @duffymo commented that he'd "use something like a packet sniffer or Fiddler to do it." The problem is -- how? I've no experience with Fiddler, and am rather new to messaging, so I don't even know which protocols to filter on. I do know the IP (localhost), port, and queue name involved.
If I just start a newly installed Fiddler and send a few test messages, the "input window" keeps saying "No sessions captured".
Can I assume JMS goes over HTTP? How should I configure Fiddler?