Author |
Message |
Topic: Increasing Queue size |
anilit99
Replies: 6 Views: 3202
|
Forum: General IBM MQ Support Posted: Thu Oct 20, 2011 7:39 am Subject: Increasing Queue size |
Hi,
For various reasons beyond our control - we have to increase the size of the queue to 75mb (and also the QM and the channel).
I am just wondering if it could potentially affect the perfo ... |
Topic: Polling a directory |
anilit99
Replies: 6 Views: 3233
|
Forum: General IBM MQ Support Posted: Fri Aug 06, 2010 4:57 am Subject: Polling a directory |
thanks harish_td !!
I am working in windows environment, but I got the idea though !
cheers
Anil. |
Topic: Polling a directory |
anilit99
Replies: 6 Views: 3233
|
Forum: General IBM MQ Support Posted: Thu Aug 05, 2010 3:19 am Subject: Polling a directory |
Look at the free open source Capitalware file mover
http://www.capitalware.biz/open_source.html
Look at the Q program (free support pac) MA01
http://www-01.ibm.com/support/docview.wss?rs ... |
Topic: Polling a directory |
anilit99
Replies: 6 Views: 3233
|
Forum: General IBM MQ Support Posted: Thu Aug 05, 2010 2:18 am Subject: Polling a directory |
I think I am trying to re-inventing the wheel here. But here is the deal,
1. Have a directory full of xml files (with different names)
2. Need something to poll the directory every 2 secs or so ... |
Topic: Enquiring authorities from a different domain. |
anilit99
Replies: 7 Views: 3845
|
Forum: General IBM MQ Support Posted: Fri Apr 16, 2010 7:41 am Subject: Enquiring authorities from a different domain. |
You said it- Windows !
I just realized there are couple of trust levels we can set up between two domains and this particular situation requires some thing called - Transitive 2 way trust between t ... |
Topic: Enquiring authorities from a different domain. |
anilit99
Replies: 7 Views: 3845
|
Forum: General IBM MQ Support Posted: Fri Apr 16, 2010 12:47 am Subject: Enquiring authorities from a different domain. |
How are domains SSS & NNN related / connected in both network & Windows domain terms? I mean here are the domains parent / child, trusting or what?
I've just found out that the domains SSS an ... |
Topic: Enquiring authorities from a different domain. |
anilit99
Replies: 7 Views: 3845
|
Forum: General IBM MQ Support Posted: Fri Apr 16, 2010 12:35 am Subject: Enquiring authorities from a different domain. |
Do you mean that WMQ is running under a domain id?
WMQ is running under the user who is part of domain mqm (as explained exactly in the manual under - Configuring windows accounts)
How are doma ... |
Topic: Enquiring authorities from a different domain. |
anilit99
Replies: 7 Views: 3845
|
Forum: General IBM MQ Support Posted: Thu Apr 15, 2010 8:22 am Subject: Enquiring authorities from a different domain. |
Hi gurus,
Setup :
MQ 7 installed on windows under the domain SSS
From the same laptop:
Case 1 :
User under the domain SSS able to connect post messages and all is well with the wor ... |
Topic: File Lock with Log4j |
anilit99
Replies: 21 Views: 13392
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 23, 2010 8:56 am Subject: File Lock with Log4j |
My two cents here :
Things to remember which were already said here :
1. MQ is not a java process.
2. Log4j doesnt have locking issues (unless for that special kind of appender). So you can use ... |
Topic: JBoss MDB & Websphere MQ / Number of MDB instances |
anilit99
Replies: 8 Views: 9912
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 15, 2010 8:19 am Subject: JBoss MDB & Websphere MQ / Number of MDB instances |
umm thats weird, because the config which I posted did the magic for me. Can you please explain your solution ?
thanks
Anil |
Topic: JBoss MDB & Websphere MQ / Number of MDB instances |
anilit99
Replies: 8 Views: 9912
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 12, 2010 9:29 am Subject: JBoss MDB & Websphere MQ / Number of MDB instances |
I am not sure whether you are making use of the ejb3-interceptors-aop.xml to configure your mdbs, but thats the place you top up your connections.
Check for this node :
<annotation expr= ... |
Topic: MQ usage. |
anilit99
Replies: 7 Views: 3726
|
Forum: General IBM MQ Support Posted: Fri Feb 05, 2010 2:59 am Subject: MQ usage. |
Clearly I didnt put across my point in the right way. Yup, I read all about File Transfer Edition too. and yeah, I understand MQ transfers what the application had asked it to transfer.
But my que ... |
Topic: MQ usage. |
anilit99
Replies: 7 Views: 3726
|
Forum: General IBM MQ Support Posted: Fri Feb 05, 2010 2:28 am Subject: MQ usage. |
It all started an year ago, when we started using MQ in our interfaces. Its like we bought a stealth bomber just to transfer peanuts from Madagascar to London. I dont want to whine about the manageria ... |
Topic: JMS listener not picking messages on QueueManager restart |
anilit99
Replies: 3 Views: 4883
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 19, 2009 7:55 am Subject: JMS listener not picking messages on QueueManager restart |
I believe tumstech is talking about MessageListener and not an mdb. But being said that, I am not sure how you can reregister the listener.  |
Topic: How to get Time interval between a MQPUT and MQGET? |
anilit99
Replies: 12 Views: 14510
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 23, 2009 5:11 am Subject: How to get Time interval between a MQPUT and MQGET? |
In a queue if we have a message put at T1 and that message is retrieved(Get) from the Queue at T2, then need to find (T2-T1).
I am not quite sure that it is possible to measure this delta on each in ... |