Author |
Message |
Topic: Creating broker on RHEL 3 hangs |
slaupster
Replies: 8 Views: 3798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 20, 2006 12:46 pm Subject: Creating broker on RHEL 3 hangs |
I finally worked it out - buried deep in a manual is the instruction that you need to source the db2 profile AS WELL AS the broker profile - slightly annoying!! as never seen that any where else, and ... |
Topic: Creating broker on RHEL 3 hangs |
slaupster
Replies: 8 Views: 3798
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 20, 2006 10:09 am Subject: Creating broker on RHEL 3 hangs |
When I create a broker (v5) on RHEL 3, the comand hangs:
The ODBC trace shows the SQLConnect happening but nothing after that:
ppid=24198:pid= 5e87:4000 EXIT SQLSetConnectOption with ... |
Topic: Native MQ to JMS (MQRFH2) |
slaupster
Replies: 4 Views: 5667
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 28, 2005 5:15 am Subject: Native MQ to JMS (MQRFH2) |
The programming reference states that the char set of the MQRFH2 should be the same as those in the MQMD, or the preceeding header, which I imagine is the MD anyway. So I wouldn't try and write them ... |
Topic: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
slaupster
Replies: 18 Views: 9562
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 7:23 am Subject: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
I would say that jefflowrey is certainly right about the administration aspect - much simpler than creating 100s of static queues, though you must be sure you don't mind if MQ loses a message if there ... |
Topic: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
slaupster
Replies: 18 Views: 9562
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 3:12 am Subject: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
yeah it is true for all MQI clients and yes the network is not as badly hit as if it were the whole message! In fact the headers are naturally pretty small as you know so it is only a small amount of ... |
Topic: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
slaupster
Replies: 18 Views: 9562
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 2:28 am Subject: High message Counts on JAVA.CLIENT.CHANNEL using JMS |
going back to the original question, this observation is entirely correct. The QMGR does not push messages to clients, it is the clients that pull messages from the QMGR. This makes far more sense c ... |
Topic: MDB not able to get messages published |
slaupster
Replies: 1 Views: 1404
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 2:17 am Subject: MDB not able to get messages published |
no, you should not have to do anything special, provided the MDB listener port has started against this topic (you can see this in SystemOut) then any messages successfully published will be consumed ... |
Topic: Test /Perf test MDB's |
slaupster
Replies: 2 Views: 1707
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 1:56 am Subject: Test /Perf test MDB's |
as far as stressing it goes I find the only way is to simply see how fast it can consume messages., but I'm sure there are some proper tools that you can pay for. I use logging and the PMI metrics fr ... |
Topic: Native MQ to JMS (MQRFH2) |
slaupster
Replies: 4 Views: 5667
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 1:47 am Subject: Native MQ to JMS (MQRFH2) |
Unfortunately, the answer to the charset and encoding question is not simple, but it is addressed at the following URL quite well:
http://publib.boulder.ibm.com/infocenter/wbihelp/index.jsp?topic=/ ... |
Topic: WAS 5.x automate jndi objects |
slaupster
Replies: 7 Views: 4154
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 27, 2005 1:23 am Subject: WAS 5.x automate jndi objects |
The scope of the resources is determined by the PROVIDER variable:
set PROVIDER [getJMSProvider "WebSphere JMS Provider" "$node" "$server"]
means the resource will be created at the server sco ... |
Topic: WAS and WMQ 5.3 Extended Transactional Client |
slaupster
Replies: 3 Views: 3588
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 05, 2005 4:28 am Subject: WAS and WMQ 5.3 Extended Transactional Client |
It is highly unlikely that the message is in fact lost. It is exactly this that MQ and XA mean to get right.
If the MDB has in fact picked up the message in non-xa consumption and then the serve ... |
Topic: Client - Channels |
slaupster
Replies: 8 Views: 6409
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 31, 2004 6:33 am Subject: Client - Channels |
all MQ objects with a net presence/other resources for that matter have finalize() methods.
I would guess that this problem is to do with the publisher not closing its sessions. |
Topic: Problem with Pub Sub JMS client |
slaupster
Replies: 4 Views: 4383
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 31, 2004 6:16 am Subject: Problem with Pub Sub JMS client |
it sounds like you've got your products confused and are trying to use external MQ and embedded MQ at the same time.
The above quote is from your SystemOut.log and it shows WAS trying to start ... |
Topic: is WSAD 5.1.2/WMQ5.3 JMS1.1 capable? getBodyLength() error |
slaupster
Replies: 13 Views: 13548
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 17, 2004 7:35 am Subject: is WSAD 5.1.2/WMQ5.3 JMS1.1 capable? getBodyLength() error |
yeah - I reckon you need to change your server config by double clicking as you say. In the environment tab you can add and remove CP and ext.dirs. If you can't see where your current MQ JMS classes ... |
Topic: PCF Commands via Java - Char Set Problem - Please help |
slaupster
Replies: 3 Views: 3937
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 16, 2004 8:05 am Subject: PCF Commands via Java - Char Set Problem - Please help |
I'm not sure if that is the right way to do it. Is it not the case the the sending application should have a ccsid of 819, not 437 for US locale ? If you don't set the ccsid then it should default t ... |