<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Setup Integration Framework JMS queues and buses in WebSphere</title>
	<atom:link href="http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/</link>
	<description>All Things Maximo</description>
	<lastBuildDate>Mon, 21 May 2012 17:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: The unofficial guide to the Maximo Integration Framework (MIF) &#124; Maximo Times</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-1758</link>
		<dc:creator>The unofficial guide to the Maximo Integration Framework (MIF) &#124; Maximo Times</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-1758</guid>
		<description>[...] Setup Integration Framework JMS queues and buses in WebSphere [...]</description>
		<content:encoded><![CDATA[<p>[...] Setup Integration Framework JMS queues and buses in WebSphere [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: claudia.ugalde</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-914</link>
		<dc:creator>claudia.ugalde</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-914</guid>
		<description>HI!
I have Maximo installed on Linux, then, can&#039;t find the .xml files, what can I do???</description>
		<content:encoded><![CDATA[<p>HI!<br />
I have Maximo installed on Linux, then, can&#8217;t find the .xml files, what can I do???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-861</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 28 Jun 2010 13:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-861</guid>
		<description>Hi!
Do you know if Maximo is using JMS properties to specify which interface to use, or is this actually parsed out from the XML message?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Do you know if Maximo is using JMS properties to specify which interface to use, or is this actually parsed out from the XML message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-586</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-586</guid>
		<description>Hi, 

I am using MIF to import data, implementing error queue. 
If I set 
mdbdelay = 1 hour, and

maxtrycount = 5, 
is this supposed to retry the message 5 times, every one hour? 
So, if the life time of a message is set to 5 hours, 
this configuration should resubmit the message once every hour, 5 times. Am I right? 
But somehow the redelivery count in Message properties is set else where. What determines the redelivery count? 

Could you please advise? 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am using MIF to import data, implementing error queue.<br />
If I set<br />
mdbdelay = 1 hour, and</p>
<p>maxtrycount = 5,<br />
is this supposed to retry the message 5 times, every one hour?<br />
So, if the life time of a message is set to 5 hours,<br />
this configuration should resubmit the message once every hour, 5 times. Am I right?<br />
But somehow the redelivery count in Message properties is set else where. What determines the redelivery count? </p>
<p>Could you please advise?<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-567</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-567</guid>
		<description>No. It doesn&#039;t matter what method you use, it will eventually be converted into XML when it ultimately imports. </description>
		<content:encoded><![CDATA[<p>No. It doesn&#8217;t matter what method you use, it will eventually be converted into XML when it ultimately imports. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-566</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Tue, 02 Mar 2010 15:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-566</guid>
		<description>Using Interface Tables also creates one xml file per message. 

Is there any way to turn off the property of creating the xml generation per message? 

Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Using Interface Tables also creates one xml file per message. </p>
<p>Is there any way to turn off the property of creating the xml generation per message? </p>
<p>Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-542</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-542</guid>
		<description>You could use interface tables instead.</description>
		<content:encoded><![CDATA[<p>You could use interface tables instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-541</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-541</guid>
		<description>Hi, 
Is there any way to avoid creation of xml files by continuous queues? Right now, each message is translated into an xml file. Can we avoid this? 
Pls advise? 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there any way to avoid creation of xml files by continuous queues? Right now, each message is translated into an xml file. Can we avoid this?<br />
Pls advise?<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-526</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-526</guid>
		<description>I&#039;m not sure, I don&#039;t use the error queue at all.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure, I don&#8217;t use the error queue at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-525</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-525</guid>
		<description>We have the cqin and cqinerr setup. 
The bad messages do move into cqinerr. 
For redelivery of the error messages in the error queue, is there any parameter to setup the time threshold between re-delivery attempts? 

I did setup the MDBDELAY in ejb-jar.xml but this doesn&#039;t seem to help.  The redelivery of messages in the error queue fills up the log files. Please advise? 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>We have the cqin and cqinerr setup.<br />
The bad messages do move into cqinerr.<br />
For redelivery of the error messages in the error queue, is there any parameter to setup the time threshold between re-delivery attempts? </p>
<p>I did setup the MDBDELAY in ejb-jar.xml but this doesn&#8217;t seem to help.  The redelivery of messages in the error queue fills up the log files. Please advise?<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-521</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-521</guid>
		<description>You can delete them manually.</description>
		<content:encoded><![CDATA[<p>You can delete them manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-520</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-520</guid>
		<description>Also, 
after doing a continuous inbound import, one xml file is created per message. However, these files are not deleted automatically after the messages have been processed. 
How do these files get deleted? 

Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Also,<br />
after doing a continuous inbound import, one xml file is created per message. However, these files are not deleted automatically after the messages have been processed.<br />
How do these files get deleted? </p>
<p>Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhika</title>
		<link>http://maximotimes.com/maximo/setup-integration-framework-jms-queues-and-buses-in-websphere/comment-page-1/#comment-519</link>
		<dc:creator>Radhika</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=718#comment-519</guid>
		<description>Right now the messages in the error queue are being processed repeatedly. 

Where can I control the number of retries for the error queue? 

I updated &#039;MDBDELAY&#039; parameter in ejb-jar.xml to 2592000000. But that doesn&#039;t help. 

Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Right now the messages in the error queue are being processed repeatedly. </p>
<p>Where can I control the number of retries for the error queue? </p>
<p>I updated &#8216;MDBDELAY&#8217; parameter in ejb-jar.xml to 2592000000. But that doesn&#8217;t help. </p>
<p>Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

