Questions tagged [kaazing]

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

33 questions
3
votes
2 answers

Exception: "Name Not Found" When connecting to TIBCO EMS using Tibco Web Messaging

I am trying to connect Tibco Web Messaging (TWM) to Tibco EMS. But I get NameNotFoundException on the ConnectionFactory. Below is the log. ERROR Error starting Gateway: caught exception java.lang.ClassCastException:…
Naveen Chakravarthy
  • 819
  • 2
  • 15
  • 30
2
votes
1 answer

Set routing key in kaazing jmsclient.js and publish message using amqp

Can anyone guide me how to use routing key to send/receive message on queue using jmsclient.js. Reference taken from https://demo.kaazing.com/demo/jms/javascript/jms-javascript.html. As of now, i have to create multiple queues with distinct names…
NewBee
  • 195
  • 8
2
votes
1 answer

Kaazing Configuration

Hi i want to achieve one setup as stated below but facing some issues while configuring the same. Kaazing JMS edition integration with AMQP 1.0 architecture ( Apache Qpid JMS AMQP 1.0 Client) centered around ActiveMQ. Can you please suggest. What i…
Jos
  • 33
  • 2
2
votes
1 answer

JMS Client Session Usage

I'm attempting to utilize the .NET Kaazing client in order to interact with a JMS back-end via web sockets. I'm struggling to understand the correct usage of sessions. Initially, I had a single session shared across all threads, but I noticed that…
Kent Boogaart
  • 175,602
  • 35
  • 392
  • 393
1
vote
1 answer

having problems integrating Kaazing with my website: Unable to post message to X. Recipient has origin Y

I keep getting the error trying to integrate Kaazing jms version with my .net website and activemq message broker: Unable to post message to http://www.xgateway.com:8001. Recipient has origin http://www.x.com. When I try to build a javascript…
ijjo
  • 525
  • 9
  • 22
1
vote
1 answer

Implementing Kaazing EventSource for Android

I am writing an Android application that requires EventSource to receive server sent events. I am trying to create the SseEventSourceFactory object, but I get a NoSuchElement exception upon creation. How can I fix this? Here is my code: // Import…
P. Avery
  • 779
  • 1
  • 16
  • 34
1
vote
1 answer

Kaazing, AngularJS & BasicChallengeHandler

I'm trying to use the Kaazing Library in our HTML5 client. I already implemented it in a java client and it worked. It seems that there is a problem with the LoginHandler. When I debug the code it ends in a endless loop in the LoginHandler. The line…
faenschi
  • 271
  • 1
  • 3
  • 11
1
vote
1 answer

Kaazing websocket

EXCEPTION: java.lang.ClassNotFoundException: Didn't find class "com.kaazing.net.ws.impl.DefaultWebSocketFactory" on path: DexPathList[[directory "."],nativeLibraryDirectories=[/vendor/lib, /data/cust/lib, /system/lib, /data/datalib]] Using Android…
Paul Adams
  • 48
  • 6
1
vote
2 answers

Kaazing VPN Testing

I have created a setup of Kaazing VPN on host machine and VM as guest machine taking reference from http://kaazingcorp.cachefly.net/com/file/kaazing-vpc.pdf URL & also, as suggested i have tested the connection using perl as well. But now i want to…
StackUser
  • 141
  • 1
  • 1
  • 8
1
vote
0 answers

In node js STOMP is not connecting to TIBCO

I am using TIBCO EMS for kaazing. Is there any node module like we have for Javascript. (jmsClient.js)? Or is there any alternative way to connect to kaazing in node js. I see only stomp js in gateway.js provided by Kaazing.
1
vote
1 answer

Angularjs connection to kaazing

Can anybody share some sample code where 'angular javascript' module interacts over web sockets with 'kaazing' JMS. I have created a small application SPA which is using ember right now but now i want to get it converted to angular. I tried to find…
NewBee
  • 195
  • 8
1
vote
1 answer

Kaazing Topic Subscription

Using kaazing jms demo with AMQP 1.0 AND ActiveMQ https://demo.kaazing.com/demo/jms/javascript/jms-javascript.html Register/Subscribe to new Queue and process it for application server and send message back to client[kaazing] from application…
Coder
  • 428
  • 4
  • 16
1
vote
8 answers

Kaazing vs jWebsocket

Can somebody please compare these two websocket servers. I have to select one of them; I need an expert opinion due to newbie in multiplayer "online" gaming. I would probably have the flash client. What challenges I could face using one over…
static void main
  • 728
  • 2
  • 9
  • 34
0
votes
2 answers

kaazing websocket cross browser support configuration

Does anyone know how to setup kaazing websockets for use with IE and firefox? My app works great in Safari and Chrome but I can't get it to work with these two browsers. It just gives me a WebSocket is not defined error. According to their…
solerous
  • 75
  • 1
  • 9
0
votes
0 answers

Kaazing fails when establishing connection

i'm using kaazing javascript jms library to establish a connection in our angular/cordova hybrid app. for the first time everyting works fine. then i kill the application and try to connect again. it just hangs and nevers calls the callback after…
faenschi
  • 271
  • 1
  • 3
  • 11
1
2 3