<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Liferay Message Bus stop listening or might get stuck on any message</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117186423" />
  <subtitle>Liferay Message Bus stop listening or might get stuck on any message</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117186423</id>
  <updated>2026-04-06T10:50:00Z</updated>
  <dc:date>2026-04-06T10:50:00Z</dc:date>
  <entry>
    <title>Liferay Message Bus stop listening or might get stuck on any message</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117186422" />
    <author>
      <name>Arslan Anwaar</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117186422</id>
    <updated>2019-09-17T07:54:40Z</updated>
    <published>2019-09-17T07:54:40Z</published>
    <summary type="html">Hi, &lt;br /&gt;I am using Liferay 6.2 CE GA6 and I have configured two Liferay Message bus listeners.It was working fine from a year almost but suddenly one of the Message Bus listener has stopped listening the messages sent by application.Following is my messaging-spring.xml file:&amp;lt;?xml version=&amp;#34;1.0&amp;#34;?&amp;gt;&amp;lt;beans default-destroy-method=&amp;#34;destroy&amp;#34; default-init-method=&amp;#34;afterPropertiesSet&amp;#34;&lt;br /&gt;    xmlns=&amp;#34;http://www.springframework.org/schema/beans&amp;#34; xmlns:xsi=&amp;#34;http://www.w3.org/2001/XMLSchema-instance&amp;#34;&lt;br /&gt;    xsi:schemaLocation=&amp;#34;http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&amp;#34;&amp;gt;    &amp;lt;!-- Listeners --&amp;gt;    &amp;lt;bean id=&amp;#34;messageListener.generalMessageListener&amp;#34;&lt;br /&gt;        class=&amp;#34;com.test.GeneralMessageListener&amp;#34; /&amp;gt;    &amp;lt;bean id=&amp;#34;messageListener.campaignExecutionListener&amp;#34;&lt;br /&gt;        class=&amp;#34;com.test.CampaignExecutionListener&amp;#34; /&amp;gt;    &amp;lt;!-- Destinations --&amp;gt;    &amp;lt;bean id=&amp;#34;general.messages&amp;#34; class=&amp;#34;com.liferay.portal.kernel.messaging.SerialDestination&amp;#34;&amp;gt;&lt;br /&gt;        &amp;lt;property name=&amp;#34;name&amp;#34; value=&amp;#34;general/messages&amp;#34; /&amp;gt;&lt;br /&gt;    &amp;lt;/bean&amp;gt;&lt;br /&gt;    &amp;lt;bean id=&amp;#34;campaign.execution&amp;#34; class=&amp;#34;com.liferay.portal.kernel.messaging.SerialDestination&amp;#34;&amp;gt;&lt;br /&gt;        &amp;lt;property name=&amp;#34;name&amp;#34; value=&amp;#34;campaign/execution&amp;#34; /&amp;gt;&lt;br /&gt;    &amp;lt;/bean&amp;gt;    &amp;lt;!-- Configurator --&amp;gt;    &amp;lt;bean id=&amp;#34;messagingConfigurator&amp;#34;&lt;br /&gt;        class=&amp;#34;com.liferay.portal.kernel.messaging.config.PluginMessagingConfigurator&amp;#34;&amp;gt;&lt;br /&gt;        &amp;lt;property name=&amp;#34;messageListeners&amp;#34;&amp;gt;&lt;br /&gt;            &amp;lt;map key-type=&amp;#34;java.lang.String&amp;#34; value-type=&amp;#34;java.util.List&amp;#34;&amp;gt;&lt;br /&gt;                &amp;lt;entry key=&amp;#34;general/messages&amp;#34;&amp;gt;&lt;br /&gt;                    &amp;lt;list value-type=&amp;#34;com.liferay.portal.kernel.messaging.MessageListener&amp;#34;&amp;gt;&lt;br /&gt;                        &amp;lt;ref bean=&amp;#34;messageListener.generalMessageListener&amp;#34; /&amp;gt;&lt;br /&gt;                    &amp;lt;/list&amp;gt;&lt;br /&gt;                &amp;lt;/entry&amp;gt;&lt;br /&gt;                &amp;lt;entry key=&amp;#34;campaign/execution&amp;#34;&amp;gt;&lt;br /&gt;                    &amp;lt;list value-type=&amp;#34;com.liferay.portal.kernel.messaging.MessageListener&amp;#34;&amp;gt;&lt;br /&gt;                        &amp;lt;ref bean=&amp;#34;messageListener.campaignExecutionListener&amp;#34; /&amp;gt;&lt;br /&gt;                    &amp;lt;/list&amp;gt;&lt;br /&gt;                &amp;lt;/entry&amp;gt;&lt;br /&gt;            &amp;lt;/map&amp;gt;&lt;br /&gt;        &amp;lt;/property&amp;gt;&lt;br /&gt;        &amp;lt;property name=&amp;#34;destinations&amp;#34;&amp;gt;&lt;br /&gt;            &amp;lt;list&amp;gt;&lt;br /&gt;                &amp;lt;ref bean=&amp;#34;general.messages&amp;#34; /&amp;gt;&lt;br /&gt;                &amp;lt;ref bean=&amp;#34;campaign.execution&amp;#34; /&amp;gt;&lt;br /&gt;            &amp;lt;/list&amp;gt;&lt;br /&gt;        &amp;lt;/property&amp;gt;&lt;br /&gt;    &amp;lt;/bean&amp;gt;&lt;br /&gt;&amp;lt;/beans&amp;gt;&lt;br /&gt;Is there anyway where we can see the list of messages sent to a message bus orwe can track the status of messages?Can anyone please help me out in this?Thanks</summary>
    <dc:creator>Arslan Anwaar</dc:creator>
    <dc:date>2019-09-17T07:54:40Z</dc:date>
  </entry>
</feed>
