Author |
Message |
Topic: MultiInstance Queue Manager Threshold Issue |
vennela
Replies: 3 Views: 5460
|
Forum: General IBM MQ Support Posted: Tue Jan 03, 2017 7:02 am Subject: MultiInstance Queue Manager Threshold Issue |
MQ uses files locks to coordinate MI failover. If the NFS failover breaks that lock, which it sounds like it does, then the MI will failover.
Jeff:
Is there any parameter which we can set that wi ... |
Topic: Max. msg size that can be put-MQExplorer Put Test Message |
vennela
Replies: 10 Views: 11912
|
Forum: General IBM MQ Support Posted: Thu Jun 09, 2016 8:17 am Subject: Max. msg size that can be put-MQExplorer Put Test Message |
Your link points to browsing a message in MQExplorer.
Sorry, didn't read that well
Use support pack IS03 (RFHUtil(c)) to put real message
Maybe a typo... it is IH03
http://www-01.ibm.com/sup ... |
Topic: Max. msg size that can be put-MQExplorer Put Test Message |
vennela
Replies: 10 Views: 11912
|
Forum: General IBM MQ Support Posted: Wed Jun 08, 2016 9:26 pm Subject: Max. msg size that can be put-MQExplorer Put Test Message |
http://www-01.ibm.com/support/docview.wss?uid=swg21385408
That was from google search |
Topic: Upgrade JMS from 7102 to 7103 in websphere App server 8.5 |
vennela
Replies: 4 Views: 8923
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 01, 2016 7:23 pm Subject: Re: Upgrade JMS from 7102 to 7103 in websphere App server 8. |
Hi ,
We have websphere client connecting to MQ via JMS using SSL. We faced an issue during the connection and identified issue is with JMS version is not supported.
Is it possible to upgrade on ... |
Topic: Multiple Consumer for an IBM MQ not working as expected |
vennela
Replies: 7 Views: 13681
|
Forum: IBM MQ Java / JMS Posted: Mon May 30, 2016 5:59 pm Subject: Multiple Consumer for an IBM MQ not working as expected |
Awesome
Thanks |
Topic: IIBv10 Internal runtime components |
vennela
Replies: 15 Views: 10434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 27, 2016 11:10 am Subject: IIBv10 Internal runtime components |
Just because MQ is not needed for IIB does not mean you stop using it.
Earlier when there was no concept of multi instance, if you wanted active passive setup we had to resort to hardware clusteri ... |
Topic: Multiple Consumer for an IBM MQ not working as expected |
vennela
Replies: 7 Views: 13681
|
Forum: IBM MQ Java / JMS Posted: Fri May 27, 2016 6:25 am Subject: Multiple Consumer for an IBM MQ not working as expected |
There is one possibility - the first connection has an exclusive open.
Agree
Since the OP said he could see two connections, I assumed one connection from each server is established and no e ... |
Topic: Multiple Consumer for an IBM MQ not working as expected |
vennela
Replies: 7 Views: 13681
|
Forum: IBM MQ Java / JMS Posted: Fri May 27, 2016 5:14 am Subject: Re: Multiple Consumer for an IBM MQ not working as expected |
.But when i place the message in IBM MQ only one of the application which has first established connection is picking the message and the other is not.
Your observation is wrong
Try to put 100 mes ... |
Topic: odbc.ini file |
vennela
Replies: 6 Views: 5010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2016 9:46 am Subject: odbc.ini file |
Please try harder.
You will save YOURSELF A LOT OF TIME.
For the past 15 years you have been preaching this over and over so that they will save time and in doing this you have been spending ... |
Topic: Invoking CICS Web Services over MQ |
vennela
Replies: 4 Views: 11389
|
Forum: IBM MQ Java / JMS Posted: Thu May 26, 2016 9:31 am Subject: Invoking CICS Web Services over MQ |
Excellent explanation for your question in this post
http://www.mqseries.net/phpBB2/viewtopic.php?t=68608&highlight=jms+client+uri |
Topic: file transfer |
vennela
Replies: 14 Views: 12574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2016 12:44 am Subject: file transfer |
Yes, intelligent routing is one of the best usages of broker |
Topic: FileRead node : Reuse FTP connection |
vennela
Replies: 5 Views: 6346
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 11:08 am Subject: FileRead node : Reuse FTP connection |
But, as per timber... a real FT solution would let your FileInput node monitor a local directory, and do something less intensive in polling the remote end... and be more configurable.
Yeah, ma ... |
Topic: Problem in configuring email Input node |
vennela
Replies: 3 Views: 4992
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 9:58 am Subject: Problem in configuring email Input node |
You shouldn't be chaning the security identity
You should be changing the server field to configurable service
From infocenter
The Email server property is defined either as a configurable serv ... |
Topic: FileRead node : Reuse FTP connection |
vennela
Replies: 5 Views: 6346
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 9:38 am Subject: FileRead node : Reuse FTP connection |
These files are pretty small and there is some transformation, content based routing and validation involved
The first flow is just to see if a file exists and if it does, I put a message to a queu ... |
Topic: FileRead node : Reuse FTP connection |
vennela
Replies: 5 Views: 6346
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 7:36 am Subject: FileRead node : Reuse FTP connection |
I have a flow which uses FileRead node. This flow checks for about 100+ directories. So, I am calling it in a loop to 100+ times
I am guessing every time the flow hits the FileRead node, it is establ ... |