Author |
Message |
Topic: allow get messages to specific client. |
solkit
Replies: 2 Views: 2139
|
Forum: General IBM MQ Support Posted: Fri Jun 16, 2006 4:14 am Subject: allow get messages to specific client. |
I have a message to send to specific client.
I'm not using pub/sub model and the message is going into a queue which has a variety of messages.
Is there any way to send this message to the client? ... |
Topic: VB TRANSPORT_PROPERTY |
solkit
Replies: 5 Views: 3505
|
Forum: General IBM MQ Support Posted: Fri Jun 16, 2006 4:04 am Subject: VB TRANSPORT_PROPERTY |
To be clearer, what EddieA means is that the VB/.NET interface doesn't have a notion of the JMS Header (except as a pure MQRFH2 header), and so there isn't a switch that controls whether the .NET inte ... |
Topic: VB TRANSPORT_PROPERTY |
solkit
Replies: 5 Views: 3505
|
Forum: General IBM MQ Support Posted: Thu Jun 15, 2006 8:12 am Subject: VB TRANSPORT_PROPERTY |
I'm trying to make connection from JAVA, VB Client to Queue manager in MQ Server.
JAVA Application works successfully but VB Application always fails.
The error code is 2059 (MQRC_Q_MGR_NOT_AVAI ... |
Topic: Broker Network on Distributed Queue Managers |
solkit
Replies: 1 Views: 1817
|
Forum: General IBM MQ Support Posted: Wed Jun 14, 2006 6:16 am Subject: Broker Network on Distributed Queue Managers |
I made 2 Queue managers as belows.
--------------------------------------------------
1. QM01.A
crtmqm QM01.A
strmqm QM01.A
runmqlsr -m QM01.A -t tcp -p 6001 &
runmqsc QM01.A
DEF CHL( ... |
Topic: Global & Local publications |
solkit
Replies: 7 Views: 4674
|
Forum: General IBM MQ Support Posted: Sat Jun 10, 2006 2:10 pm Subject: Global & Local publications |
You have already configured a broker network, when you told one broker that it was the parent of the other.
Base MQ pub/sub broker networking is limited to only parent/child relationships - strict ... |
Topic: Global & Local publications |
solkit
Replies: 7 Views: 4674
|
Forum: General IBM MQ Support Posted: Sat Jun 10, 2006 10:34 am Subject: Global & Local publications |
IH03 means "Support Pack IH03", which includes the rfhutil program.
It does not mean, nor require, Message Broker.
Broker collectives and cloned brokers, on the other hand, are only possible wit ... |
Topic: Global & Local publications |
solkit
Replies: 7 Views: 4674
|
Forum: General IBM MQ Support Posted: Sat Jun 10, 2006 7:31 am Subject: Global & Local publications |
Do you have a collective ? A slave broker ?
Anyway isn't global vs local part of the RFH2 settings?
Have you used the IH03 support pack?
Enjoy
I think IH03 means WebSphere Message Brok ... |
Topic: Global & Local publications |
solkit
Replies: 7 Views: 4674
|
Forum: General IBM MQ Support Posted: Sat Jun 10, 2006 1:18 am Subject: Global & Local publications |
I'm testing broker network now.
I've done pub/sub in a Queue Manger.
I used 2 each queues and 1 stream in one Queue Manager to test pub/sub model and it's working now.
But when I try the pub/ ... |
Topic: get messages which has specific correlID |
solkit
Replies: 2 Views: 2438
|
Forum: General Discussion Posted: Wed Jun 07, 2006 5:30 am Subject: get messages which has specific correlID |
I'm using VB Client.
I want to get a messagh which has specific CorrelID only (for example correlID = 8888888).
How can I get the message only? |
Topic: tool for monitoring? |
solkit
Replies: 2 Views: 4083
|
Forum: IBM MQ Performance Monitoring Posted: Tue Jun 06, 2006 2:52 am Subject: tool for monitoring? |
Is there any tool for monitor the status Queue or Queue Manger on Linux?
For example I'd like to get know whethere a messages are in a Queue or not when I test the application.
I'm using 'display ... |
Topic: Broker networking |
solkit
Replies: 7 Views: 4683
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 5:37 am Subject: Thanks ^^ |
You do not need Message Broker to make a network of publish/subscribe brokers.
The "Publish/Subscribe User's Guide" in the MQ Information Center will fully detail how to create a broker network usi ... |
Topic: Broker networking |
solkit
Replies: 7 Views: 4683
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 4:14 am Subject: Thanks |
To create new broker u'll not need to install Message Broker( i.e run time component, no need to install toolkit, if u use want pub - sub then u also need to install event broker). And for broker u wi ... |
Topic: Broker networking |
solkit
Replies: 7 Views: 4683
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 2:05 am Subject: Broker networking |
If I want to make Broker network then do I need WebSphere Message Broker product?
I'd like to know whether I can make the Broker Network systme without WebSphere Message Broker product or not.
... |
Topic: want to know how to make stream |
solkit
Replies: 3 Views: 2999
|
Forum: General IBM MQ Support Posted: Thu Jun 01, 2006 12:31 am Subject: Thanks |
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.amqnar.doc/amqnar10.htm
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.d ... |
Topic: want to know how to make stream |
solkit
Replies: 3 Views: 2999
|
Forum: General IBM MQ Support Posted: Wed May 31, 2006 4:28 am Subject: want to know how to make stream |
There is a default stream in a broker. It is SYSTEM.BROKER.DEFAULT.STREAM.
As I know a broker can use multiful streams.
Is that means a broker can have more than 2 streams or a broker can use mo ... |