ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 48 matches
Author Message
  Topic: multi-instance integration node is not starting in active
mgm

Replies: 7
Views: 7910

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Apr 23, 2017 7:46 am   Subject: I have the same issue
Hi,
Did you fix the issue, I am having the same behavior
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 12, 2011 10:14 am   Subject: How to model a serise of bytes byte-array in a message set
So how to get around this and achieve what I am looking for ?

There are two ways.

One, construct the BLOB string using binary values.

Two, construct the blob string using character values and ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 12, 2011 9:07 am   Subject: How to model a serise of bytes byte-array in a message set
Well, surprisingly enough it looks like you have to first parse your test to hex binary. 0x3030 is the representation of ASCII '00' character.

Casting a character field to binary is not the same a ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sun Jun 12, 2011 3:30 am   Subject: How to model a serise of bytes byte-array in a message set
I thought you said that you were treating this message a a series of bytes. So that means using the schema type 'xs:hexBinary' for all of the fields in your message definition. In which case, the CCSI ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 7:46 am   Subject: How to model a serise of bytes byte-array in a message set
one last question
What's the suitable ccsid value to pas this string as is 00000270012180211-7116511012575454535751565548484850
the server expects each byte as it. I mean it expects the same sequenc ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 6:35 am   Subject: How to model a serise of bytes byte-array in a message set
I would think you would be able to use the TCPServerInput node to read the first 6 bytes, and parse that to find the length.

Then use the TCPServerReceive node to read the rest of the message, le ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 6:11 am   Subject: How to model a serise of bytes byte-array in a message set
I have already worked with ISO8583 but the data has a delimiter which I used to set in the TCP/IP nodes to identify the end of payload

I didn't say that your data had any relationship to ISO8583.
...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 5:37 am   Subject: How to model a serise of bytes byte-array in a message set
I have already worked with ISO8583 but the data has a delimiter which I used to set in the TCP/IP nodes to identify the end of payload
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 5:34 am   Subject: How to model a serise of bytes byte-array in a message set
Q1: Are you receiving a large stream of bytes, and splitting it into records using the Parsed Record Sequence option on the TCP/IP node? If so, then that is a good and valid reason for using a message ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 5:04 am   Subject: How to model a serise of bytes byte-array in a message set
Thanks for your support.
I am still working on the message set issue as I need to be able to receive variable length data through TCP/IP node and I have no other way to predict the length.
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 4:42 am   Subject: How to model a serise of bytes byte-array in a message set
when I used BLOB it sends the hexadecimal values which was not accepted by the server

That's because you didn't specify a CCSID/encoding.

What values should I use here,
Should I use the target ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 4:31 am   Subject: How to model a serise of bytes byte-array in a message set
I have already used ESQL to parse and it works fine.
The issue that I need to use message set because I need to send/receive this byte array sequence through TCP/IP nodes which needs to be configured ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Jun 09, 2011 1:03 am   Subject: How to model a serise of bytes byte-array in a message set
Thanks a lot for your feedback.
I modeled the format as you pointed but it's not clear how to set values in the message tree, each time I assign value I got parser error
Did you specify the correct ...
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 08, 2011 3:08 pm   Subject: How to model a serise of bytes byte-array in a message set
Thanks a lot for your feedback.
I modeled the format as you pointed but it's not clear how to set values in the message tree, each time I assign value I got parser error
  Topic: How to model a serise of bytes byte-array in a message set
mgm

Replies: 32
Views: 15418

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 08, 2011 1:58 pm   Subject: How to model a serise of bytes byte-array in a message set
I need to model a message type of byte sequence with no delimiters

The message looks like a byte array object in java where
the first 4 bytes are fixed and then a two bytes hex length for the rest ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.