Author |
Message |
Topic: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
tbenyacs
Replies: 11 Views: 5912
|
Forum: General IBM MQ Support Posted: Thu Nov 08, 2007 12:16 am Subject: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
Message flow using persistent messages or non-persistent? NP will go faster, but the decision is a business one - if the messages need to be persistent, they need to be persistent.
You should look ... |
Topic: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
tbenyacs
Replies: 11 Views: 5912
|
Forum: General IBM MQ Support Posted: Tue Nov 06, 2007 2:45 am Subject: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
Perhaps I read too much into his original post. I assumed he had observed symptoms that required troubleshooting.
I hope there is a setting where I can control the message forwarding strategy (mem ... |
Topic: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
tbenyacs
Replies: 11 Views: 5912
|
Forum: General IBM MQ Support Posted: Wed Oct 31, 2007 8:41 am Subject: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
Have you looked at any of the performance related SupportPacs?
http://www-1.ibm.com/support/docview.wss?uid=swg27007197
They give lots of hints and tips.
Thanks for the reply.
The only doc I ... |
Topic: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
tbenyacs
Replies: 11 Views: 5912
|
Forum: General IBM MQ Support Posted: Wed Oct 31, 2007 6:42 am Subject: WebSphere MQ v6 / WebSphere Message Broker v6 performance |
Hi, everybody,
I have a message flow application which communicates via MQ queues and HTTP. In AIX environment (very-very strong HW) the throughput of the application is 70 transaction/sec. This th ... |
Topic: WebSphere MQ 6 - ORACLE 10g connection |
tbenyacs
Replies: 10 Views: 10924
|
Forum: General IBM MQ Support Posted: Tue Oct 09, 2007 6:52 am Subject: WebSphere MQ 6 - ORACLE 10g connection |
The trouble maybe is that you don't have the MQ client installed on the Oracle machine, and have all the necessary MQ classes on the classpath.
The Oracle database, Messaging Gateway and the Websph ... |
Topic: WebSphere MQ 6 - ORACLE 10g connection |
tbenyacs
Replies: 10 Views: 10924
|
Forum: General IBM MQ Support Posted: Thu Oct 04, 2007 4:56 am Subject: Ora10 - WMQ6 connection |
You'd still need the client installed if you're trying to establish a client connection.
I have an MQ 6 Client on the host.
The question is that the Ora 10 MGW knows the WebSphere MQ V6 or only V5.3 ... |
Topic: WebSphere MQ 6 - ORACLE 10g connection |
tbenyacs
Replies: 10 Views: 10924
|
Forum: General IBM MQ Support Posted: Thu Oct 04, 2007 12:33 am Subject: WebSphere MQ 6 - ORACLE 10g connection |
The trouble maybe is that you don't have the MQ client installed on the Oracle machine, and have all the necessary MQ classes on the classpath.
The Oracle database, Messaging Gateway and the Websph ... |
Topic: WebSphere MQ 6 - ORACLE 10g connection |
tbenyacs
Replies: 10 Views: 10924
|
Forum: General IBM MQ Support Posted: Wed Oct 03, 2007 8:01 am Subject: WebSphere MQ 6 - ORACLE 10g connection |
Hi, Everybody,
I dealing with WebSphere MQ 6 - ORACLE 10g connection.
I have to PUT / GET messages to / from a remote QM via ORACLE Messaging Gateway.
The Ora scripts are the following:
'
D ... |
Topic: MQGet node 'no message' |
tbenyacs
Replies: 8 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 4:41 am Subject: MQGet node 'no message' |
Did you set transaction mode on MQOutput1 to ensure that it put the message outside the unit of work?
The transaction mode is 'Yes' on MQOutput1.
So it's inside the unit of work then? As jefflow ... |
Topic: MQGet node 'no message' |
tbenyacs
Replies: 8 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 12:48 am Subject: MQGet node 'no message' |
After having done what Jeff said...
Did you set the MQMD.CorrelId on the MQMD being passed to the MQGET node so that it only picks up the right message. Did you set the checkmark in the node's prop ... |
Topic: MQGet node 'no message' |
tbenyacs
Replies: 8 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 09, 2007 11:53 pm Subject: MQGet node 'no message' |
Did you set transaction mode on MQOutput1 to ensure that it put the message outside the unit of work?
The transaction mode is 'Yes' on MQOutput1. |
Topic: MQGet node 'no message' |
tbenyacs
Replies: 8 Views: 6174
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 07, 2007 10:58 am Subject: MQGet node 'no message' |
Hi guys,
I am working on mb6.0 with platform as windowsXP SP2. I am working on the following flow (1st flow):
MQInput(INPUT_Q)->Trace1->Compute1->MQOutput1(Q1)->MQGet(Q2)->Trace2-&g ... |
Topic: How to take WSDL into the message flow? |
tbenyacs
Replies: 3 Views: 3328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 30, 2007 3:46 am Subject: How to take WSDL into the message flow? |
Thanks for everyone!
Tom
The only things that are accessible to web browsers are things that are made accessible by web SERVERS.
Broker Runtime is a web server, but it is not a general purpos ... |
Topic: How to take WSDL into the message flow? |
tbenyacs
Replies: 3 Views: 3328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2007 1:48 am Subject: How to take WSDL into the message flow? |
How to take WSDL into the message flow in such a manner that it can be accessible from WEB browser (e.g. Internet Explorer)? |
Topic: How to create Secure Web Services in WMB? |
tbenyacs
Replies: 5 Views: 4012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2007 1:41 am Subject: Re: How to create Secure Web Services in WMB? |
Thanks!
Could you send a short description about first steps?
How to create Secure Web Services (SWS) in WebSphere Message Brokers 6.0 (if it is possible)?
Yes, it is possible.
Eg .you c ... |