Author |
Message |
Topic: Java Compute Node - unable to locate class definition |
jboller001
Replies: 2 Views: 3674
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 25, 2007 12:40 pm Subject: Java Compute Node - unable to locate class definition |
I have a team of developers that are all having the same problem. Normally if we delete and recreate the projects, rebuild, clean, restart Eclipse, and restart our work stations enough times, the mes ... |
Topic: Unable to compile message flows due to folder structure |
jboller001
Replies: 1 Views: 1914
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 9:23 am Subject: Unable to compile message flows due to folder structure |
I lost the formatting. The folder structure actually looks like this:
WMB
- CommonServices
- CommonServicesMessageFlows
- CommonServicesJava
- Application1
- Application1 ... |
Topic: Unable to compile message flows due to folder structure |
jboller001
Replies: 1 Views: 1914
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 25, 2007 9:22 am Subject: Unable to compile message flows due to folder structure |
We created a Message Broker workspace on our c:\ that points to
Message Broker projects stored in Clear Case on a network drive.
The structure of the network drive is as follows: ... |
Topic: Queue Manager Failover |
jboller001
Replies: 7 Views: 5369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2007 7:01 am Subject: Queue Manager Failover |
It's okay for the client's queue manager to be a single point of failure but not the broker's gateway.
The gateway queue managers would be part of the larger broker cluster but I'm not sure how t ... |
Topic: Queue Manager Failover |
jboller001
Replies: 7 Views: 5369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2007 6:56 am Subject: Queue Manager Failover |
It's okay for the client's queue manager to be a single point of failure but not the broker's gateway.
The gateway queue managers would be part of the larger broker cluster but I'm not sure how t ... |
Topic: Queue Manager Failover |
jboller001
Replies: 7 Views: 5369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2007 6:30 am Subject: Queue Manager Failover |
The client has its own queue manager which connects to the gateway using sender / receiver channels and remote queue definitions. |
Topic: MQJMS1050: The MQRFH2 header has an incorrect format |
jboller001
Replies: 2 Views: 4781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2007 5:50 am Subject: MQJMS1050: The MQRFH2 header has an incorrect format |
Send the response to a local queue instead of the application and view the RFH2 header using RFHUtil or MQ Visual Edit. |
Topic: Queue Manager Failover |
jboller001
Replies: 7 Views: 5369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 29, 2007 5:36 am Subject: Queue Manager Failover |
I have the following scenario:
1. Client application containing a local queue manager that is not part of a cluster
2. Two message brokers that are MQ clustered
3. A gateway queue manager that a ... |
Topic: bar Builder |
jboller001
Replies: 7 Views: 4638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 26, 2007 11:11 am Subject: bar Builder |
Can the mqsiapplybaroverride command be used to set properties that haven't been previously set? I'd like to be able to create a bar file using mqsicreatebar and then set the number of additional ins ... |
Topic: MQ vs JMS and WAS Clustering |
jboller001
Replies: 3 Views: 4749
|
Forum: Clustering Posted: Wed Feb 14, 2007 10:46 am Subject: MQ vs JMS and WAS Clustering |
Initially we had WAS and the broker on the same servers, which allowed us to use a single MQ license. We were thinking that we would have to double our licenses now that we're moving those components ... |
Topic: MQ vs JMS and WAS Clustering |
jboller001
Replies: 3 Views: 4749
|
Forum: Clustering Posted: Wed Feb 14, 2007 8:36 am Subject: MQ vs JMS and WAS Clustering |
I have the following environment:
Server 1: Message Broker 6.0, WebSphere MQ 6.0
Server 2: Message Broker 6.0, WebSphere MQ 6.0
Server 3. WebSphere Application Server ND 6.0, WebSphere MQ 6.0
Se ... |
Topic: Transformation and File Extender Plugins |
jboller001
Replies: 2 Views: 2379
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 09, 2007 10:42 am Subject: Transformation and File Extender Plugins |
Does anyone know if the Transformation Extender plugin for the broker is able to read a local file in a similar manner as the File Extender?
I may have the need to process local files using the T ... |
Topic: Message Broker Monitoring and Alerts |
jboller001
Replies: 1 Views: 4845
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jan 18, 2007 11:44 am Subject: Message Broker Monitoring and Alerts |
I've installed Candle Nodes in my Message Flows and I'm able to see Message Broker events in the Tivoli Portal. Does anyone know how to take this a step further so that certain events trigger an ale ... |
Topic: WMB CLustering |
jboller001
Replies: 5 Views: 8392
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 02, 2006 4:05 pm Subject: WMB CLustering |
I have an environment consisting of two servers, each with an active broker, that is load balanced through MQ clustering. Given this configuration, what benefit could be obtained by implementing HACM ... |
Topic: Database Rollback using Java Compute Node |
jboller001
Replies: 4 Views: 4205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 26, 2006 1:50 pm Subject: SOLVED |
Was able to do this using a TryCatch node and placing a couple Throw nodes in the exception handling flow connected to the TryCatch catch terminal. |