Questions tagged [kaazing]

Kaazing is a WebSocket gateway with server- and client-side components for communicating over the Web using various protocols.

33 questions
0
votes
1 answer

Kaazing - durable subscriber not receiving messages from topic

I have android jms clients running on 5 devices. All devices get connected with Kaazing to make durable connection to a topic. The problem is that at least 2 devices are unable to receive messages from topic. 1 started receiving messages after ten…
0
votes
1 answer

qt C++ WebSocket chat-client for Kaazing Gateway

I write chat client for Kaazing Gateway in qt c++. I use QTcpSocket. I call connectToHost and connection is ok. But when i call socket write function connection is disconnected. What wrong? How write message to kaazing server? //connect to…
Tatyana
  • 9
  • 1
0
votes
1 answer

Kaazing JMS Client Fails to connect

I'm able to connect my hybrid android app with Kaazing using the following lines: var jmsConnectionFactory; jmsConnectionFactory = new JmsConnectionFactory("ws://10.0.2.2:8888/jms"); var connectionFuture =…
0
votes
1 answer

Kaazing Excel Stock Demo Websocket Connection Failure

I've been trying to get the kaazing stock ticker excel demo working, and I'm running into some problems with the websocket connection. I have my gateway running and the stock feed service seems to be working: [Stock Feed] Stock Ticker demo connected…
td-edge
  • 588
  • 1
  • 6
  • 20
0
votes
1 answer

Kaazing Clustering Information

Trying to create the kaazing jms clustering on localhost with two cluster member, Reference URL : https://developer.kaazing.com/documentation/jms/3.1/howto-admin-ha.html#ha_cluster Do i have to install two separate versions of kaazing jms on my…
NewBee
  • 195
  • 8
0
votes
1 answer

JVM Server OR Standalone scripts

Are ActiveMQ and Kaazing jms installed on local Mac OS running on any JVM by default [how can i get that info] or standalone start scripts. Please suggest.
NewBee
  • 195
  • 8
0
votes
1 answer

New Relic with Kaazing

Is it possible to monitor kaazing jms gateway using New Relic on MAC OS. If yes, can anyone share the steps involved. I tried to run my app with javaagent as java -javaagent:~/GATEWAY_HOME/newrelic/newrelic.jar ~/GATEWAY_HOME/bin/gateway.start but…
NewBee
  • 195
  • 8
0
votes
1 answer

ConnectionFailedException : Websocket connection failed

I am taking over an iOS application connecting to the server through a Web socket connection using the Kaazing Websocket (JMS edition) client side javascript library. I am using Phonegap for my iOS application and be able to test it both on Chrome…
Victor Pham
  • 63
  • 13
0
votes
1 answer

JSON.parse(): unexpected character with websockets and xmpp kaazing gateway

I am trying to send a message using the XmppClient.js of kaazing, but I get an : SyntaxError: JSON.parse: unexpected character. The code in javascript is : var client = new XmppClient(...); var txtClient = new XmppRoom(...); sendFromEditor :…
jpap
  • 11
  • 3
0
votes
1 answer

Integrate http apache with kaazing gateway

I am running an app on http apache 2.4 through which I am trying to connect to a kaazing gateway. I have followed the instructions that are found in kaazing site at "setup-guide.html#webserver_integrate" section, but the connection keeps failing:…
jpap
  • 11
  • 3
0
votes
1 answer

Websockets issue

Here is the result from one of my desktops: http://websocketstest.com/result/239749 Websockets are fine in Firefox, but no other connection can be made. For some reason this website works perfectly: http://demo.kaazing.com/forex/ In the firebug I…
meso_2600
  • 1,940
  • 5
  • 25
  • 50
0
votes
1 answer

problems when installing kaazing websocket gateway

I use windows 7, apache 2.2.22 at port 80 and geoserver 2.1.3 at port 8080. I download and run kaazing 3.5 msi x64 installer to install it locally on my laptop. I followed the official guidelines from the site. The msi succesfully installed the…
slevin
  • 4,166
  • 20
  • 69
  • 129
0
votes
1 answer

Kaazing is not working with SSL setup

I have a basic kaazing setup for stomp and its working fine with my webpage which is served up using http. Now I want to connect using SSL (HTTPS) and I've changed all the settings on my web server to do so. Since I did that, browser was not happy…
Anand Rockzz
  • 6,072
  • 5
  • 64
  • 71
0
votes
1 answer

How to receive messages in a GWT App using Kaazing Websockets proxy configuration?

I'm trying to build a GWT (2.4.0) application that can communicate (full-duplex) with a server using a text-based protocol. To accomplish this I'm using Kaazing Websocket Gateway Version 3.3.2 to act as a proxy. GWT App <-----[websocket]-----> …
captn
  • 3
  • 1
0
votes
1 answer

kaazing publishBasic pass json data and catch it in node.js

kaazing publishBasic pass json data and catch it in node.js Below is the code to publish Data to RabbitMQ via kaazing AMQP librarry var body = new ByteBuffer(); body.putString("new_bidder", Charset.UTF8); body.flip(); var headers =…
Jack Daniel's
  • 2,583
  • 22
  • 28