<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231346#M25835</link>
    <description>&lt;P&gt;Perfectly plausible approach.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2016 21:56:19 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2016-08-25T21:56:19Z</dc:date>
    <item>
      <title>JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231343#M25832</link>
      <description>&lt;P&gt;Would like to create different stanzas for multiple MQ queues to read the messages. For example inputqueue,outputqueue,etc&lt;/P&gt;

&lt;P&gt;Now I have created a [jms] stanzas in inputs.conf file as follows. But if I see in Data Inputs....all the INPUTQUEUES and OUTPUTQUEUES are creating for the sourcetype: OUTPUT_QUEUE.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[jms]
browse_frequency = -1
browse_mode = all
browse_queue_only = 0
durable = 0
hec_batch_mode = 0
hec_https = 0
index = testindex
index_message_header = 0
index_message_properties = 0
init_mode = jndi
jms_connection_factory_name = SplQueueConnectionFactory
jndi_initialcontext_factory = com.sun.jndi.fscontext.RefFSContextFactory
jndi_provider_url = file:/D:/mq_Bindings/
output_type = stdout
sourcetype = INPUT_QUEUE
strip_newlines = 1

[jms://queue/thread1:INPUTQUEUE]
disabled = 0
[jms://queue/thread2:INPUTQUEUE]
disabled = 0
[jms://queue/thread3:INPUTQUEUE]
disabled = 0
[jms://queue/thread4:INPUTQUEUE]
disabled = 0

[jms]
browse_frequency = -1
browse_mode = all
browse_queue_only = 0
durable = 0
hec_batch_mode = 0
hec_https = 0
index = testindex
index_message_header = 0
index_message_properties = 0
init_mode = jndi
jms_connection_factory_name = SplQueueConnectionFactory
jndi_initialcontext_factory = com.sun.jndi.fscontext.RefFSContextFactory
jndi_provider_url = file:/D:/mq_Bindings/
output_type = stdout
sourcetype = OUTPUT_QUEUE
strip_newlines = 1

[jms://queue/thread1:OUTPUTQUEUE]
disabled = 0
[jms://queue/thread2:OUTPUTQUEUE]
disabled = 0
[jms://queue/thread3:OUTPUTQUEUE]
disabled = 0
[jms://queue/thread4:OUTPUTQUEUE]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can anyone suggest how to create multiple stanzas in JMS Modular inputs.conf for multiple MQ Queues to read the data from Multiple MQ Queues.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231343#M25832</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2016-08-17T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231344#M25833</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;[jms]
 browse_frequency = -1
 browse_mode = all
 browse_queue_only = 0
 durable = 0
 hec_batch_mode = 0
 hec_https = 0
 index = testindex
 index_message_header = 0
 index_message_properties = 0
 init_mode = jndi
 jms_connection_factory_name = SplQueueConnectionFactory
 jndi_initialcontext_factory = com.sun.jndi.fscontext.RefFSContextFactory
 jndi_provider_url = file:/D:/mq_Bindings/
 output_type = stdout
 strip_newlines = 1

 [jms://queue/thread1:INPUTQUEUE]
 disabled = 0
 sourcetype = INPUT_QUEUE
 [jms://queue/thread2:INPUTQUEUE]
 disabled = 0
 sourcetype = INPUT_QUEUE
 [jms://queue/thread3:INPUTQUEUE]
 disabled = 0
 sourcetype = INPUT_QUEUE
 [jms://queue/thread4:INPUTQUEUE]
 disabled = 0
 sourcetype = INPUT_QUEUE
 [jms://queue/thread1:OUTPUTQUEUE]
 disabled = 0
 sourcetype = OUTPUT_QUEUE
 [jms://queue/thread2:OUTPUTQUEUE]
 disabled = 0
 sourcetype = OUTPUT_QUEUE
 [jms://queue/thread3:OUTPUTQUEUE]
 disabled = 0
 sourcetype = OUTPUT_QUEUE
 [jms://queue/thread4:OUTPUTQUEUE]
 disabled = 0
 sourcetype = OUTPUT_QUEUE
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Aug 2016 10:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231344#M25833</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2016-08-24T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231345#M25834</link>
      <description>&lt;P&gt;Hi Damien,&lt;/P&gt;

&lt;P&gt;Thank you..it is rocking and with the same concept tried to use different index and this is also working. Is it a good practice?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 14:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231345#M25834</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2016-08-25T14:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231346#M25835</link>
      <description>&lt;P&gt;Perfectly plausible approach.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2016 21:56:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231346#M25835</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2016-08-25T21:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231347#M25836</link>
      <description>&lt;P&gt;Thanks once again for the confirmation.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 03:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231347#M25836</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2016-08-26T03:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: JMS Messaging Modular Input: How to create multiple stanzas in inputs.conf to read data from multiple MQ queues?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231348#M25837</link>
      <description>&lt;P&gt;Hi Damien,&lt;/P&gt;

&lt;P&gt;From the above solution I have achieved the required connectivity. But I have an issue.&lt;/P&gt;

&lt;P&gt;I am unable to connect more than 20 threads. Could not be able to add more than 20. Kindly Advise&lt;/P&gt;

&lt;P&gt;For example: I have&lt;BR /&gt;
[jms://queue/thread1:INPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread2:INPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread3:INPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread4:INPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread5:INPUTQUEUE]&lt;/P&gt;

&lt;P&gt;[jms://queue/thread6:OUTPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread7:OUTPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread8:OUTPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread9:OUTPUTQUEUE]&lt;BR /&gt;
[jms://queue/thread10:OUTPUTQUEUE]&lt;/P&gt;

&lt;P&gt;[jms://queue/thread11:FAILUREQUEUE]&lt;BR /&gt;
[jms://queue/thread12:FAILUREQUEUE]&lt;BR /&gt;
[jms://queue/thread13:FAILUREQUEUE]&lt;BR /&gt;
[jms://queue/thread14:FAILUREQUEUE]&lt;BR /&gt;
[jms://queue/thread15:FAILUREQUEUE]&lt;/P&gt;

&lt;P&gt;[jms://queue/thread16:FILTERQUEUE]&lt;BR /&gt;
[jms://queue/thread17:FILTERQUEUE]&lt;BR /&gt;
[jms://queue/thread18:FILTERQUEUE]&lt;BR /&gt;
[jms://queue/thread19:FILTERQUEUE]&lt;BR /&gt;
[jms://queue/thread20:FILTERQUEUE]&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 15:19:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/JMS-Messaging-Modular-Input-How-to-create-multiple-stanzas-in/m-p/231348#M25837</guid>
      <dc:creator>nagaraju_chitta</dc:creator>
      <dc:date>2016-09-26T15:19:36Z</dc:date>
    </item>
  </channel>
</rss>

