All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.janeluo.jfinalplus.plugin.jms.ActiveMqProvider Maven / Gradle / Ivy

There is a newer version: 2.2.0.r3
Show newest version
package com.janeluo.jfinalplus.plugin.jms;

import javax.jms.Connection;

/**
 * Created by kid on 15-1-31.
 */
public class ActiveMqProvider implements JmsConnectionProvider {
    @Override
    public Connection getConnection() {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy