Author |
Message |
Topic: Multiple applications reading Queue |
cloidhamer
Replies: 7 Views: 8659
|
Forum: IBM MQ API Support Posted: Tue Jan 25, 2011 2:54 pm Subject: Multiple applications reading Queue |
Wow! You guys are awesome.
I will try and and get a dedicated queue for this application.
If not you have provided me with good ways to approach the problem.
Thanks for all your help.
Craig |
Topic: Multiple applications reading Queue |
cloidhamer
Replies: 7 Views: 8659
|
Forum: IBM MQ API Support Posted: Tue Jan 25, 2011 10:07 am Subject: Multiple applications reading Queue |
First off thanks for any help on this. These forums are a great asset to programmers who don't live in the MQ world.
I have read that browsing is a bad idea and have never done it in any of my apps ... |
Topic: Conversion |
cloidhamer
Replies: 6 Views: 6387
|
Forum: IBM MQ API Support Posted: Mon Apr 02, 2007 6:38 pm Subject: Conversion |
It's BLOB. Yep. Replaced the WriteString with Write and it took.
mystream.Open
mystream.Write rs!File 'Get Blob data from DB
Dim ByteData() As Byte
ByteData = mystream.Read
Create Message a ... |
Topic: Conversion |
cloidhamer
Replies: 6 Views: 6387
|
Forum: IBM MQ API Support Posted: Mon Apr 02, 2007 5:13 pm Subject: Conversion |
I'm not used to binary so please excuse any bad assumptions I have made. Basically what I'm doing is pulling data that was streamed to a blob field in a database and send that data via MQ with an RFH ... |
Topic: Conversion |
cloidhamer
Replies: 6 Views: 6387
|
Forum: IBM MQ API Support Posted: Mon Apr 02, 2007 3:57 pm Subject: Conversion |
I'm converting it because that is how the people I am working with told me to format the data.
I understand that 819 is not the id for unicode. I haven't been able to figure out what what code or m ... |
Topic: Conversion |
cloidhamer
Replies: 6 Views: 6387
|
Forum: IBM MQ API Support Posted: Mon Apr 02, 2007 3:31 pm Subject: Conversion |
I have been searching through this forum and the WebSphere Knowledgebase for days trying to figure out what I'm doing wrong. First of all I'm programming in VB6 and I'm trying to send binary data conv ... |