Author |
Message |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 24, 2013 5:04 am Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
 |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 24, 2013 4:54 am Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
Problem is solved now. This is the solution:
1.) Removed the TCPServerReceiver ("Listen") Node after the handshake from flow. This one required the looping. Now there is no loop any more. ... |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 23, 2013 2:41 am Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
@McueMart and @smdavies99
Can you explain more clearly why you need this flow to be a long running thing (i.e. what does this Handshake need to establish?).
In these cases I generally use anoth ... |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 22, 2013 10:33 pm Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
Hi lancelototlinc,
Thank you for your answer. Yes, i did attend the training class, and yes, as already mentioned it's clear to me that loops in WMB flows are not feasible. And no, WMB acting as TC ... |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 18, 2013 2:55 am Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
@McueMart:
Thank you for the hint! Unfortunately we can't find anything useful about the unexpected closing of the socket connection in the debug level user trace. It seems, that an internal ressou ... |
Topic: WMB as TCP/IP Socket Server, socket connection gets killed |
railbroker1
Replies: 11 Views: 11879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 17, 2013 10:28 pm Subject: WMB as TCP/IP Socket Server, socket connection gets killed |
Hi!
We have to integrate some clients via TCP/IP Sockets. Our WMB 7.0.0.5 acts as SocketServer. The Client initiates the connection with a kind of log on handshake (ClientToServer LogOn Msg -> S ... |
Topic: Message Set with dynamic CWF / TDS Format |
railbroker1
Replies: 7 Views: 5139
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 04, 2013 1:27 am Subject: Message Set with dynamic CWF / TDS Format |
Thank you guys for the valuable input!
I solved the requirement by using a tds message set with the grouping feature for the bitmask (as kimbert supposed in the second reply to my post).
Thank ... |
Topic: Message Set with dynamic CWF / TDS Format |
railbroker1
Replies: 7 Views: 5139
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 28, 2013 6:42 am Subject: Message Set with dynamic CWF / TDS Format |
Hi,
i am quite new to websphere message broker and have a question about designing a message set for custom wire format.
We use WMB 7.0.0.5. We receive String messages with fixed length header f ... |