Endless connection initialization between QPID CPP 0.20 and Java client AMQP 1.0 - qpid

I am running the Qpid 0.20 CPP broker (AMQP 1.0 compliant) and trying to send JMS messages with a Java application.
what's working is when the AMQP 0-10 client and the org.apache.qpid.jndi.PropertiesFileInitialContextFactory class are used (see first Java example)
what's not working is when the AMQP 1.0 client and the org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory class are used (see second Java example): the client goes into an endless thread loop and never actually sends the message.
Since the Windows Azure documentation explicitly mentions the use of the org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory class could it be that the Qpid 0.20 CPP broker doesn't support the AMQP 1.0 Java client? Given that the connection url (http://guest:guest#localhost/test?cliendId='test-client') in the AMQP 1.0 example is invalid, I don't know if the code is runnable at all.
Does anyone know if the setting CPP broker - Java AMQP 1.0 client really works?

Related

JSON RPC/RestFull Keil ARM

Does ARM Keil HTTP embedded server supports JSON RPC with cgx calls?
Does ARM Keil HTTP embedded server also supports RestFul with cgx calls?
It's not possible to implement a real RestFul interface on the library version of the Keil HTTP webserver as you can't access the HTTP requests.
Probably with the source code variant you can accomplish this.

Legstar module for mainframe connectivity

We don't have CICS Tx Gateway installed but do have CICS Tx Server. I want to know if Legstar can connect from an ESB like (Mule,Camel,JBossESB,WSO2) to the z/OS mainframe using this module to CICS Transaction Server. Alternatively, if there are other options to connect to the mainframe, feel free to suggest.
TIA.
I think I saw in one of your several questions on this topic that you are using CICS TS 3.2; there is a section in the documentation germane to the discussion called Connecting CICS to the Web. Documentation for later versions and releases of CICS TS are available here.
As Joe Zitzelberger indicates, you can use raw TCP/IP sockets (we have done this since CICS TS version 1 more than a decade ago), REST/POX (we have done this since version 2.1 which we started using in 2006), and SOAP (available via a support pack in 2.3 and built into the product since 3.1).
You can also talk to CICS via MQ.
More discussion here.
Update per comment from OP: These are realtime synchronous interactions. In our case, response time is subsecond.
You can do a direct connection to CICS/TS with SOAP over HTTP to execute your CICS transactions and to return your data.

MySQL service broker

MSSQL Service Broker: Is there a similar technology in MySQL?
If not, any suggest how to handle async task that can be achieved using Service Broker in MSSQL?
The client side platform is .NET.
I recommend taking a look at RabbitMQ. It's a standalone message queue server that implements a "broker" pattern that's extremely similar to SQL Server Service Broker. You can install it on Windows or any Linux. And there is a very decent .NET client library.

How to configure Netty Client Handler in Spring Web Application

Is there a specific way in configuring Netty Client Handler as a message receiving point in Spring JSF Web Application?
If some standalone Java applications act as Netty Servers How can I receive messages to the Spring JSF web application?
I am assuming your question is how to configure netty with spring in a web application that uses JSF. If so, see this link Using JAVA NIO framework in SPRING server.

OSB 11g Streaming with WCF doesn't work

I'm trying to use the OSB 11g to stream large data to .NET WCF.
I use .NET client and server to check this feature.
I created a proxy which make a service callout to the WCF on the .NET server
but when tracing the streaming i find that the OSB buffers all the stream coming from the client into memory and then send it to the .NET WCF.
I guess i configured the proxy correctly with content streaming feature.
by the way i'm running the OSB over linux Red Hat 5.5.
Can any one please share is expirience working with WCF??
Can someone share his Streaming definition in the Proxy/Business services?