Author |
Message |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Thu Nov 02, 2006 5:57 pm Subject: Segmental Message + MQ DistributionList |
I set :
mqMsg.MessageData = msg
po.Options = MQPMO_SET_ALL_CONTEXT
_distlist.OpenOptions = MQOO_OUTPUT + MQOO_SET_ALL_CONTEXT + MQOO_FAIL_IF_QUIESCING
_distlist.Open()
_distlist.Put(mqMs ... |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Wed Nov 01, 2006 11:09 pm Subject: Segmental Message + MQ DistributionList |
I sent normal message with the first code it can put message successful but when I insert about segmental message on MQMD it can not sent so if anyone know about this please help me thanks  |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Tue Oct 24, 2006 6:02 pm Subject: Segmental Message + MQ DistributionList |
Actually,I think it's set of MQMD so It hasn't affect for process because it's not still put to the queue so I can set after write message  |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Mon Oct 23, 2006 8:02 pm Subject: Segmental Message + MQ DistributionList |
Or Have any sample code for put segment Message to Distribution list please help me too... thanks for your kindness |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Mon Oct 23, 2006 7:52 pm Subject: Segmental Message + MQ DistributionList |
Sub PutToQueue(ByVal subdir As SubDirectory, ByVal filename As String)
Dim _subdir As SubDirectory
Dim _distlist As New MQDistributionList
Dim f_stream As StreamReader
... |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Mon Oct 23, 2006 2:21 am Subject: Segmental Message + MQ DistributionList |
yes, I try to sent to only one Queue and it got return code 6018 MQRC_NULL_POINTER so have anyway to do it?  |
Topic: Segmental Message + MQ DistributionList |
AmOnion
Replies: 12 Views: 6785
|
Forum: General IBM MQ Support Posted: Thu Oct 19, 2006 6:16 pm Subject: Segmental Message + MQ DistributionList |
I'm a beginner for Websphere MQ. Now I'm coding about put message to DistributionList by vb.net and now I'd like to put segmental Message to DistributionList but I found some problem which is MQMessag ... |