wso2mb

Error while creating JMS configuration in wso2esb

倖福魔咒の 提交于 2020-01-15 13:43:48
问题 I'm using wso2esb4.7.0 and wso2mb-2.2.0. I wish to create jms proxy service using wso2mb. For this i have configured the wso2mb as well as wso2esb like : Wso2esb configuration : (changes in jndi.properties) # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] connectionfactory.QueueConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5673' connectionfactory.TopicConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist=

Error while creating JMS configuration in wso2esb

蹲街弑〆低调 提交于 2020-01-15 13:42:11
问题 I'm using wso2esb4.7.0 and wso2mb-2.2.0. I wish to create jms proxy service using wso2mb. For this i have configured the wso2mb as well as wso2esb like : Wso2esb configuration : (changes in jndi.properties) # register some connection factories # connectionfactory.[jndiname] = [ConnectionURL] connectionfactory.QueueConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5673' connectionfactory.TopicConnectionFactory = amqp://admin:admin@clientID/carbon?brokerlist=

WSO2 Message Broker 3.0.0 and WS-Eventing

放肆的年华 提交于 2020-01-07 03:48:27
问题 I am testing WSO2 Message Broker 3.0 and I miss the functionality of subscribing WS endpoints to topics. Can this functionality be activated with MB 3.0 as it was in MB 2.x? I am trying to implement reliable (queued) topic subscription for WS-Endpoints. How can it be implemented using WSO2 MB 3.0? 回答1: WS-Eventing removed from WSO2 MB 3.0.0. But you can achieve this by integrating WSO2 MB with WSO2 ESB. This is widely used common integration pattern for reliable messaging and also you could

Sequence defined in the Message Processor doesn't receive the response

本秂侑毒 提交于 2019-12-31 05:50:48
问题 I have a separate proxy (in WSO2ESB4.8.1 ) which sends the message to the message store (which is configured with WSO2MB 2.2.0 ) and then the processor sends the message to the backend and backend receives the message, but the response from backend doesn't come back to the defined sequence, Seq_IfcFileCheckinResponse in the processor. My backend is rest service and I am sending a json request. I noticed following warning message in esb console, WARN - JmsConsumer [JMSMessageStore-C-1]. Did

JMS: Server closed connection and reconnection not permitted

余生颓废 提交于 2019-12-24 19:16:58
问题 I want to count the messages in the queue. InitialContext ctx = initQueue(); connFactory = (QueueConnectionFactory) ctx.lookup(CF_NAME); queueConnection = connFactory.createQueueConnection(); queueConnection.start(); queueSession = queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE); queue = (Queue) ctx.lookup(queueName); QueueBrowser queueBrowser = queueSession.createBrowser(queue); But here it stops ------->QueueBrowser queueBrowser = queueSession.createBrowser(queue)

WSO2 Dynamically Adding an EndPoint to LoadBalance Endpoint

强颜欢笑 提交于 2019-12-12 06:47:49
问题 I have this configuration: 1) WSO2 4.7.0 ESB 2) WSO2 MB 2.1.0 3) a topic = MyTopic 4) one subscriber to MyTopic 5) N publishers on MyTopic 6) Static LoadBalance Endpoint deployed on ESB My goal is that when one of the N endpoints publishes a message on MyTopic, the subscriber on the ESB should be able to add an endpoint to the LoadBalanceEndpoint list. Is that possible? Do I need to use DynamicLoadBalanceEndpoint, and if so, how? 回答1: ok i found the answer by myself. It can be done by

wso2 esb json to json converting double quotes missing

假如想象 提交于 2019-12-12 05:45:31
问题 I have a problem in converting json to json in wso2 esb, actually I'm using payload factory in a proxy and I call the proxy with rest and json content. Here is my integration flow, I call a proxy and the proxy sends the request(with json content) to a jms message store then, I defined a message processor to consume messages from message store and send them to a defined endpoint(.net web api). but the problem is strings with numbers automatically get converted as integer elements: "orderId":