ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 15 matches
Author Message
  Topic: MQ Infrastructure Design
objectthinker06

Replies: 7
Views: 5067

PostForum: General IBM MQ Support   Posted: Thu May 06, 2010 5:46 pm   Subject: MQ Infrastructure Design
I'm looking for some recommendations from your experience whether we should go with Websphere MQ Client v7 or Websphere MQ Server v7 given the following circumstances:

a) We are integrating with ou ...
  Topic: MQ Cluster Design
objectthinker06

Replies: 4
Views: 4973

PostForum: Clustering   Posted: Wed Apr 07, 2010 7:49 pm   Subject: MQ Cluster Design
There are two Java/JMS applications: A (Sender App) and B (Receiver App) integrated using WMQ v7.0.1 with QMGR.A and QMGR.B respectively. Both the q mgrs are in a cluster CLS.T. There is a local queue ...
  Topic: MQ Server as client ?
objectthinker06

Replies: 6
Views: 3664

PostForum: General IBM MQ Support   Posted: Mon Mar 29, 2010 3:30 pm   Subject: MQ Server as client ?
Well the application that connects to MQ system A is really an appliance - data power. However, MQ system A if connected in client mode to system B, then they can be load balanced through a h/w load b ...
  Topic: MQ Server as client ?
objectthinker06

Replies: 6
Views: 3664

PostForum: General IBM MQ Support   Posted: Mon Mar 29, 2010 12:16 pm   Subject: MQ Server as client ?
We have two Linux systems that have MQ Server software installed on 'em , say: system A and system B. Each system can have its own Queue Manager. However, it is preferred to have system A connect to s ...
  Topic: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
objectthinker06

Replies: 7
Views: 15252

PostForum: IBM MQ Java / JMS   Posted: Fri May 22, 2009 6:28 am   Subject: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
When I leave the channel blank in the CF I get the following error:

Destination name is TestQ
com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason ...
  Topic: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
objectthinker06

Replies: 7
Views: 15252

PostForum: IBM MQ Java / JMS   Posted: Fri May 22, 2009 5:42 am   Subject: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
The whole CCDT seems to be so complex to get it working. My test environment on WMQ v7 is mentioned below:

I have two qeueue managers QM1 (listening on port # 9001) and QM2 (on port # 9002) and a ...
  Topic: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
objectthinker06

Replies: 7
Views: 15252

PostForum: IBM MQ Java / JMS   Posted: Thu May 21, 2009 4:06 pm   Subject: JMS to WMQ thru CCDT without SYSTEM.DEF.SVRCONN
How do you make a JMS program use a specific SVRCONN channel defined for the app and not SYSTEM.DEF.SVRCONN channel ? By JMS, I'm refering to those classes that are in javax.jms.* package and not WMQ' ...
  Topic: JMS connection to Cluster Queue Managers
objectthinker06

Replies: 9
Views: 16335

PostForum: IBM MQ Java / JMS   Posted: Mon May 18, 2009 2:40 pm   Subject: JMS connection to Cluster Queue Managers
I have issues assigning the CCDTURL reference to the CF. I'm using Websphere MQ v5.3 and the error message that I'm getting from JMSAdmin is mentioned below:

Error:
Invalid property for a com.ibm. ...
  Topic: JMS connection to Cluster Queue Managers
objectthinker06

Replies: 9
Views: 16335

PostForum: IBM MQ Java / JMS   Posted: Sun May 17, 2009 8:39 am   Subject: JMS connection to Cluster Queue Managers
Well it seems like the whole load balancing scenario can be made simpler if we use a H/W -load balancer (e.g. Citrix Netscaler or any other) before the queue managers. This would work for WMQ client t ...
  Topic: JMS connection to Cluster Queue Managers
objectthinker06

Replies: 9
Views: 16335

PostForum: IBM MQ Java / JMS   Posted: Sat May 16, 2009 6:10 pm   Subject: JMS connection to Cluster Queue Managers
Yes the JMS application runs on different servers from the servers hosting the queue managers. From preliminary research it seems like JMSAdmin objects can refer to client connection defn. table (CCDT ...
  Topic: JMS connection to Cluster Queue Managers
objectthinker06

Replies: 9
Views: 16335

PostForum: IBM MQ Java / JMS   Posted: Sat May 16, 2009 9:15 am   Subject: JMS connection to Cluster Queue Managers
Environment Background:
I have a JMS program/application that connects to a cluster of two queue managers with different names, however, they exist for the same business reason. I was told by my MQ a ...
  Topic: 80% Queue Depth
objectthinker06

Replies: 24
Views: 17752

PostForum: General IBM MQ Support   Posted: Mon Jul 28, 2008 10:22 am   Subject: 80% Queue Depth
Is it a good practice to have a queue's depth always 80% (i.e. approx. 50K messages) of its maximum depth? What MQ system level implications would there be under such a situation ? assuming that the c ...
  Topic: Performance, Scalability Issue ? in non clustered env.
objectthinker06

Replies: 2
Views: 2926

PostForum: General IBM MQ Support   Posted: Wed Sep 19, 2007 10:46 am   Subject: Performance, Scalability Issue ? in non clustered env.
Here's the background on the environment before I ask for advise on the issue.

Background: We have a non clustered MQ environment and each server hosts one and only one Queue Manager and owns appr ...
  Topic: Stress Test Issues; Establishing a TCP/IP Connection
objectthinker06

Replies: 1
Views: 3315

PostForum: General Discussion   Posted: Sat Mar 24, 2007 10:29 am   Subject: Stress Test Issues; Establishing a TCP/IP Connection
I'm a Java Developer and not a MQ Admin so my admin knowledge is limited. And from the intercommunication manuals I see that there are two ways to establish a TCP/IP connection namely :

a) Using i ...
  Topic: Queue Managers And Channel Types !
objectthinker06

Replies: 2
Views: 3068

PostForum: General Discussion   Posted: Wed Aug 16, 2006 12:14 pm   Subject: Queue Managers And Channel Types !
Pls help me on the following two questions, I have limited experience in MQ:

1) Lets say for example there is a need to have 60 different queue's each for a type of business entity, in this contex ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.