Author |
Message |
Topic: LTS vs CD stability |
sdrazi
Replies: 3 Views: 10245
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 22, 2018 7:23 am Subject: LTS vs CD stability |
Also are installations starting to utilize 4k sector disks? |
Topic: LTS vs CD stability |
sdrazi
Replies: 3 Views: 10245
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 22, 2018 6:13 am Subject: LTS vs CD stability |
Thank you. Are the CD releases commonly used for production workloads?
IBM gave this response through our support portal exchange
I cannot say for sure that we have customers who are using 9.0.4 or ... |
Topic: LTS vs CD stability |
sdrazi
Replies: 3 Views: 10245
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 21, 2018 2:56 pm Subject: LTS vs CD stability |
Hello
Our plan is to setup IBM MQ on a Windows 2016 VM on Azure using a MSCS cluster to mimic our On Prem setup (with windows 2012). We ran into an interesting limitation about the sector size on t ... |
Topic: MQ High Availability Setup in Azure |
sdrazi
Replies: 6 Views: 14262
|
Forum: Clustering Posted: Thu Apr 19, 2018 3:11 pm Subject: MQ High Availability Setup in Azure |
Yeah some form of clustering in Azure is what we are going to try but wanted to check if anyone has done it.
We havent used the Multi Instance concept yet though its an interesting one. In the cont ... |
Topic: MQ High Availability Setup in Azure |
sdrazi
Replies: 6 Views: 14262
|
Forum: Clustering Posted: Thu Apr 19, 2018 11:04 am Subject: MQ High Availability Setup in Azure |
Nice question . We had the same assumption when we were starting on our cloud journey.
We are going for IaaS which means Microsoft give 99.9% uptime SLA on the VM itself.
For production workload ... |
Topic: MQ High Availability Setup in Azure |
sdrazi
Replies: 6 Views: 14262
|
Forum: Clustering Posted: Thu Apr 19, 2018 8:25 am Subject: MQ High Availability Setup in Azure |
Hello
We have a high availability setup on premise for websphere MQ using microsoft failover cluster and it has worked pretty well for us over the years.
We want to migrate this setup over to Azur ... |
Topic: Recover MQ data from logs - on different versions on MQ |
sdrazi
Replies: 14 Views: 14805
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 17, 2012 9:19 am Subject: Recover MQ data from logs - on different versions on MQ |
I am in the process of figuring the hardware/software compatibility with our current box. I will also check with our account rep if having a backup queue manager incurs additional license.
Thanks f ... |
Topic: Recover MQ data from logs - on different versions on MQ |
sdrazi
Replies: 14 Views: 14805
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Dec 14, 2012 1:25 pm Subject: Recover MQ data from logs - on different versions on MQ |
We havent had to use old logs but my assumption was it could be used to replay old messages.
However, is there something that would say 6.0 logs are not compatible with 7.5?
if we do upgrade our ... |
Topic: Recover MQ data from logs - on different versions on MQ |
sdrazi
Replies: 14 Views: 14805
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Dec 14, 2012 10:44 am Subject: Recover MQ data from logs - on different versions on MQ |
linear - our standard has been one week for old logs (which does not include active logs) |
Topic: Recover MQ data from logs - on different versions on MQ |
sdrazi
Replies: 14 Views: 14805
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Dec 14, 2012 9:00 am Subject: Recover MQ data from logs - on different versions on MQ |
Hello,
We are replacing our current AIX 5.3 box that has MQ 6.0 installed on it.
The new box has AIX 6.1 and the intent is to install MQ 7.5 on the new machine. The data for both resides on SAN
... |
Topic: Some messages not getting processed from the queue |
sdrazi
Replies: 12 Views: 14345
|
Forum: IBM MQ API Support Posted: Wed Nov 04, 2009 1:33 pm Subject: Some messages not getting processed from the queue |
Thanks for the leads on the issue...
We found out from the ETL guys the difference in the datastage process from files as opposed to table was that datastage was committing all data in the file at ... |
Topic: Some messages not getting processed from the queue |
sdrazi
Replies: 12 Views: 14345
|
Forum: IBM MQ API Support Posted: Thu Oct 29, 2009 1:34 pm Subject: Some messages not getting processed from the queue |
We have just one instance of the application reading from the queue.
This is not a request response scenario...but a simple SEND and Forget scenario.
The relative speed of requesting and replyin ... |
Topic: Some messages not getting processed from the queue |
sdrazi
Replies: 12 Views: 14345
|
Forum: IBM MQ API Support Posted: Thu Oct 29, 2009 10:43 am Subject: Some messages not getting processed from the queue |
thanks for the help ...
so if the application putting the message is very fast when compared to the application consuming it...with browse cursors there is a possibility that messages will not be r ... |
Topic: Some messages not getting processed from the queue |
sdrazi
Replies: 12 Views: 14345
|
Forum: IBM MQ API Support Posted: Thu Oct 29, 2009 8:37 am Subject: Some messages not getting processed from the queue |
If the application terminates after getting the message we dont want to loose the message...
so is sync point less expensive that cursors and guarantees the retreival of message even in conditions (s ... |
Topic: Some messages not getting processed from the queue |
sdrazi
Replies: 12 Views: 14345
|
Forum: IBM MQ API Support Posted: Thu Oct 29, 2009 7:21 am Subject: Some messages not getting processed from the queue |
thank you for your help...
This is the code for browse.....
RetrievedMsg = New MQMessage
gmo = New MQGetMessageOptions
gmo.Options = MQC.MQGMO_WAIT Or MQC.MQGMO_BROWSE_FIRST
gmo.MatchOptions ... |